diff --git a/Web/README.md b/Web/README.md index 80f7529..aef2edf 100644 --- a/Web/README.md +++ b/Web/README.md @@ -5,7 +5,7 @@ 3. Run the following command in the root of the project to start the tailwind CSS compiler: ```bash -npx tailwindcss -i ./input.css -o ./assets/tailwind.css --watch +npx @tailwindcss/cli -i ./input.css -o ./assets/tailwind.css --watch ``` {% endif %} Run the following command in the root of the project to start the Dioxus dev server: @@ -14,4 +14,4 @@ Run the following command in the root of the project to start the Dioxus dev ser dx serve --hot-reload ``` -- Open the browser to http://localhost:8080 \ No newline at end of file +- Open the browser to http://localhost:8080