From 1051f06850047a63c9fabd08fad9ea7edefaa149 Mon Sep 17 00:00:00 2001 From: Mathias Date: Tue, 10 May 2011 09:25:51 +0200 Subject: Cosmetic fixes in README --- README.markdown | 7 ++----- 1 file 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 -- cgit v1.2.3