diff --git a/README.md b/README.md index 2cad70d..d3104eb 100644 --- a/README.md +++ b/README.md @@ -266,7 +266,7 @@ FoobarParser.foo.parse "foo" ``` Being able to use subparsers directly is useful for when you want to e.g. -parse JSON array, instead of any JSON value. +parse a JSON array, instead of any JSON value. Writing the parser as a module like that also makes it easy to make a new parser based on it: