update examples

This commit is contained in:
Felix Roos 2023-02-01 16:09:33 +01:00
parent 7f67adb639
commit 9a5bda862c
3 changed files with 3 additions and 7 deletions

View file

@ -40,5 +40,5 @@ The parser [krill-parser.js] is generated from [krill.pegjs](./krill.pegjs) usin
To generate the parser, run
```js
npm run build:parser
npm build:parser
```