summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathias <mathias@spray.cc>2011-05-10 09:25:51 +0200
committerMathias <mathias@spray.cc>2011-05-10 09:25:51 +0200
commit1051f06850047a63c9fabd08fad9ea7edefaa149 (patch)
tree2f1769f8b1b7efe8a869aab0388eefc944bb694a
parent2470be59e5b47d99f5ed323119ded2bdd8ed9960 (diff)
downloadspray-json-1051f06850047a63c9fabd08fad9ea7edefaa149.tar.gz
spray-json-1051f06850047a63c9fabd08fad9ea7edefaa149.tar.bz2
spray-json-1051f06850047a63c9fabd08fad9ea7edefaa149.zip
Cosmetic fixes in README
-rw-r--r--README.markdown7
1 files changed, 2 insertions, 5 deletions
diff --git a/README.markdown b/README.markdown
index 53bfc40..34d7562 100644
--- a/README.markdown
+++ b/README.markdown
@@ -47,10 +47,6 @@ and do one or more of the following:
4. Convert a JSON AST to a Scala object with the `fromJson` method
val myObject = jsonAst.fromJson[MyObjectType]
-
- or
-
- val myObject: MyObjectType = jsonAst.fromJson
In order to make steps 3 and 4 work for an object of type `T` you need to bring implicit values in scope that
@@ -173,7 +169,8 @@ Feedback and contributions to the project, no matter what kind, are always very
However, patches can only be accepted from their original author.
Along with any patches, please state that the patch is your original work and that you license the work to the pegdown project under the project’s open source license.
-
+
+ [JSON]: http://json.org
[parboiled]: http://parboiled.org
[scala-tools.org]: http://scala-tools.org
[SJSON]: https://github.com/debasishg/sjson