diff --git a/README.md b/README.md index 83b4f7b5..9a553743 100644 --- a/README.md +++ b/README.md @@ -563,11 +563,11 @@ nickel = { }, ``` -To specify a prebuilt grammar, specify the `grammar.source.path` attribute: +To specify a prebuilt grammar, specify the `grammar.source.path` attribute, which must point to a compiled grammar file: ```nickel nickel = { extensions = ["ncl"], - grammar.source.path = "/path/to/compiled/grammar/file", + grammar.source.path = "/path/to/compiled/grammar/file.so", }, ```