Update README.md

Fix typo
This commit is contained in:
mms-gianni
2023-11-15 13:36:56 +01:00
committed by GitHub
parent ee641bf8f6
commit 5e76ff0879

View File

@@ -176,7 +176,7 @@ See in [ruleset.yaml](ruleset.yaml) for an example.
To run a development server at http://localhost:8080:
```bash
RULETSET='RULESET="./ruleset.yaml" go run cmd/main.go'
RULESET="./ruleset.yaml" go run cmd/main.go'
```
This project uses [pnpm](https://pnpm.io/) to build a stylesheet with the [Tailwind CSS](https://tailwindcss.com/) classes. For local development, if you modify styles in `form.html`, run `pnpm build` to generate a new stylesheet.