diff --git a/apps/pipe-easy/README.md b/apps/pipe-easy/README.md
index ad41e8a..92f3ab9 100644
--- a/apps/pipe-easy/README.md
+++ b/apps/pipe-easy/README.md
@@ -19,15 +19,15 @@ In this first exercice, you add calling a simple function inside your template.
1. Fork the project
2. clone it
3. npm install
-4. **nx serve pipe-easy**
+4. `npx nx serve pipe-easy`
5. _...work on it_
6. Commit your work
7. Submit a PR with a title beginning with **Answer:8** that I will review and other dev can review.
-
-
+
+
+
_You can ask any question on_
diff --git a/apps/pipe-hard/README.md b/apps/pipe-hard/README.md
index 3725666..3157f9b 100644
--- a/apps/pipe-hard/README.md
+++ b/apps/pipe-hard/README.md
@@ -19,15 +19,15 @@ In this third exercice, you want to access utils functions. Currently we cannot
1. Fork the project
2. clone it
3. npm install
-4. **nx serve pipe-hard**
+4. `npx nx serve pipe-hard`
5. _...work on it_
6. Commit your work
7. Submit a PR with a title beginning with **Answer:10** that I will review and other dev can review.
-
-
+
+
+
_You can ask any question on_
diff --git a/apps/pipe-intermediate/README.md b/apps/pipe-intermediate/README.md
index 61be6df..c33f3df 100644
--- a/apps/pipe-intermediate/README.md
+++ b/apps/pipe-intermediate/README.md
@@ -20,15 +20,15 @@ The goal is to create a `wrapFn` pipe to wrap your callback function though a pi
1. Fork the project
2. clone it
3. npm install
-4. **nx serve pipe-intermediate**
+4. `npx nx serve pipe-intermediate`
5. _...work on it_
6. Commit your work
7. Submit a PR with a title beginning with **Answer:9** that I will review and other dev can review.
-
-
+
+
+
_You can ask any question on_