diff --git a/README.md b/README.md index 3a5f481..2b22e9d 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,7 @@ Make sure that you have [Node.js](https://nodejs.org/en/), [Tailwind CSS](https: npx tailwindcss -i ./input.css -o ./output.css --watch ``` -3. To deploy you will only need the `index.html` file and the `output.css` styles. -for live preview on localhost, Run below: +3. for live preview on localhost, Run below: ``` npm run start