From 7c8af1c3c2bc10944c738ff68e3e1c5f0ab41ea2 Mon Sep 17 00:00:00 2001 From: wbuezas Date: Tue, 12 Nov 2024 09:43:24 -0300 Subject: [PATCH] Change readme --- README.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index c5032e41..60045800 100644 --- a/README.md +++ b/README.md @@ -7,12 +7,12 @@ Hedera is the main web page for Verdnatura. Required dependencies. - PHP >= 7.0 -- Node.js >= 8.0 +- Node.js >= 18.0 Launch application for development. ``` -$ npm run dev +$ quasar dev ``` Launch project backend. @@ -27,9 +27,4 @@ $ php hedera-web.php -m method_path ``` -## Built with - - * [Webpack](https://webpack.js.org/) - * [MooTools](https://mootools.net/) - * [TinyMCE](https://www.tinymce.com/) ```