From 3bad3cbf86e9c8102358fd338170dfcf33123252 Mon Sep 17 00:00:00 2001 From: Jorge Luis Martinez Gomez Date: Thu, 24 Sep 2020 22:24:14 -0700 Subject: [PATCH] add missing article --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: