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/) -```