Skip to content

Commit

Permalink
fix script names in README
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor authored Mar 2, 2024
1 parent 2c962c8 commit 8f9f0c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ We use `eleventy --serve` and compile Sass with sass-cli with npm scripts.

3. **Run the development mode**

To run the development mode, use the `npm script`. This script will also watch for changes.
To run the development mode, use the `npm run start`. This script will also watch for changes.

```shell
npm start
npm run start
```

4. **Run the production mode**
Expand Down

0 comments on commit 8f9f0c5

Please sign in to comment.