Skip to content

Commit

Permalink
Merge pull request #8 from szepeviktor/patch-1
Browse files Browse the repository at this point in the history
fix script names in README
  • Loading branch information
adamlaki authored Mar 2, 2024
2 parents 56fc904 + 8f9f0c5 commit ad1dbd1
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 ad1dbd1

Please sign in to comment.