summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2014-06-26 11:20:54 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2014-06-26 11:20:54 -0700
commit0619ab7f6829599a94e4cc773b5d34b28b3c37ac (patch)
tree124cf55e846b1deffecc6846f195315a9f7ecc11 /README.md
parentdc266c66475900660a207004f21e1ba6c8135979 (diff)
downloadffi-yajl-0619ab7f6829599a94e4cc773b5d34b28b3c37ac.tar.gz
more words
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index 6b7514a..e52ef57 100644
--- a/README.md
+++ b/README.md
@@ -12,6 +12,8 @@
## Thanks
-This was initially going to be a clean rewrite of an ffi ruby wrapper, but as it progressed more code was pulled in from brianmario's existing
-yajl-ruby gem, particularly all the c extension code, lots of specs and the benchmarks.
+This was initially going to be a clean rewrite of an ffi ruby wrapper around yajl2, but as it progressed more and more code was
+pulled in from brianmario's existing yajl-ruby gem, particularly all the c extension code, lots of specs and the benchmarks. And the
+process of writing this would have been much more difficult without being able to draw heavily from already solved problems in
+yajl-ruby.