summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThom May <thom@may.lt>2015-07-02 10:29:23 +0100
committerThom May <thom@may.lt>2015-07-02 10:29:23 +0100
commit0a9e308d27e6e54cdfb9480ea6679c37fbbde12b (patch)
tree5eb43d1193884317169dba613105180f7be75ff6
parent61cf72e007de87676f3455e05e0ce0d6eaa48421 (diff)
downloadffi-yajl-fix_require.tar.gz
Fix require in readmefix_require
closes #63
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 738dfc1..6cf244f 100644
--- a/README.md
+++ b/README.md
@@ -45,7 +45,7 @@ Ruby 1.8.7 support was dropped in 2.2.0
Start by requiring it:
```ruby
-require 'ffi-yajl'
+require 'ffi_yajl'
```
You can encode and parse with class objects: