commit 7828a72682bbe0f8629c2d945fc4b5d4ffdf5ec6 parent 7e4fbd173fd9dee4e4342f35948c7747425008e6 Author: mjkloeckner <martinjkloeckner@gmail.com> Date: Thu, 14 Mar 2024 14:05:22 -0300 Update README.md Diffstat:
M | README.md | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md @@ -7,13 +7,13 @@ Install node modules ```sh -npm i +$ npm i ``` Then create a web server on curent directory with `vite` ```sh -vite +$ vite ``` the go to the URL provided by vite