summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Hamblen <nathan@technically.us>2011-07-18 07:52:23 -0700
committerMathias <mathias@spray.cc>2011-07-18 17:10:42 +0200
commit02d9a49f4bd7a077838613a54a8bb39d70e2846e (patch)
treede915060432b872f2d74c8acf25c45f2d305e453
parentf8b236e96ef7375eafc5ca2632184d2efced3ac5 (diff)
downloadspray-json-02d9a49f4bd7a077838613a54a8bb39d70e2846e.tar.gz
spray-json-02d9a49f4bd7a077838613a54a8bb39d70e2846e.tar.bz2
spray-json-02d9a49f4bd7a077838613a54a8bb39d70e2846e.zip
I did nothing but copy and paste Dispatch's JSON parser--all credit for it goes to @jorgeortiz85!
-rw-r--r--README.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.markdown b/README.markdown
index 1d1edec..93f21b5 100644
--- a/README.markdown
+++ b/README.markdown
@@ -158,7 +158,7 @@ Note that this is the approach _spray-json_ uses for case classes.
Most of type-class (de)serialization code is nothing but a polished copy of what **Debasish Ghosh** made available
with his [SJSON][] library. These code parts therefore bear his copyright.
-Additionally the JSON AST model is heavily inspired by the one from [Databinder-Dispatch][] by **Nathan Hamblen**.
+Additionally the JSON AST model is heavily inspired by the one contributed by **Jorge Ortiz** to [Databinder-Dispatch][].
### License