summaryrefslogtreecommitdiff
path: root/README.md
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 /README.md
parent61cf72e007de87676f3455e05e0ce0d6eaa48421 (diff)
downloadffi-yajl-0a9e308d27e6e54cdfb9480ea6679c37fbbde12b.tar.gz
Fix require in readmefix_require
closes #63
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 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: