summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index a1b7ca2..b387167 100644
--- a/README.md
+++ b/README.md
@@ -82,7 +82,7 @@ hash = parser.parse( json )
* `:pretty` (default = false): Produces more human readable 'pretty' output.
* `:validate_utf8` (default = true): Will raise an exception when trying to
encode strings that are invalid UTF-8. When set to false this still will
- procude valid UTF-8 JSON but will replace invalid characters.
+ produce valid UTF-8 JSON but will replace invalid characters.
## Forcing FFI or C Extension