summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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.