From 65280ccbc91da6b78cea9b44fd70d65d85d3b013 Mon Sep 17 00:00:00 2001
From: Juan Ferrer Toribio <juan@verdnatura.es>
Date: Tue, 26 Nov 2024 14:29:08 +0100
Subject: [PATCH] refs #4922 README fixes

---
 README.md | 15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

diff --git a/README.md b/README.md
index 92133199..40edcfd7 100644
--- a/README.md
+++ b/README.md
@@ -6,8 +6,8 @@ Hedera is the main web page for Verdnatura.
 
 Required dependencies.
 
--   PHP >= 7.0
--   Node.js >= 8.0
+ * PHP >= 7.0
+ * Node.js >= 8.0
 
 Launch application for development.
 
@@ -18,14 +18,14 @@ $ npm run dev
 Launch project backend.
 
 ```
-$ cd back
-$ php -S 127.0.0.1:3002 -t . index.php
-
-Run server side method from command line.
+cd back
+php -S 127.0.0.1:3002 -t . index.php
 ```
 
-$ php hedera-web.php -m method_path
+Run server side method from command line.
 
+```
+php hedera-web.php -m method_path
 ```
 
 ## Built with
@@ -33,4 +33,3 @@ $ php hedera-web.php -m method_path
  * [Webpack](https://webpack.js.org/)
  * [MooTools](https://mootools.net/)
  * [TinyMCE](https://www.tinymce.com/)
-```