summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2015-04-24 11:21:55 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2015-04-24 11:21:55 -0700
commit2c679d13f7c94893e6d1d4a62fe8cf3a8a9f96cf (patch)
tree112f3aeabedc8803990392bcd1adfa76b31e5e9f /README.md
parent5ba9427f34800591cb45eb34403c71e2e65fd122 (diff)
downloadffi-yajl-2c679d13f7c94893e6d1d4a62fe8cf3a8a9f96cf.tar.gz
typofix
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