Fix krill build command in README

This commit is contained in:
Alexandre G.-Raymond 2023-10-21 22:26:12 +02:00
parent 4fa0a9064b
commit 072ae7280e
No known key found for this signature in database
GPG Key ID: 97BA9F51695B5C7B

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 build:parser
npm run build:parser
```