Skip to content

Commit

Permalink
fix doc for updating specific grammar
Browse files Browse the repository at this point in the history
'needs to be `update <grammer-name>`, right?
  • Loading branch information
broofa authored Apr 14, 2023
1 parent b02ac7b commit df7fd2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ Update vendor files:

- open `_automation/grammars.json`
- modify `reference` (for tagged grammars) or `revision` (for grammars from a branch)
- run `go run _automation/main.go <grammar-name>`
- run `go run _automation/main.go update <grammar-name>`

It is also possible to update all grammars in one go using

Expand Down

0 comments on commit df7fd2e

Please sign in to comment.