diff --git a/README.md b/README.md index 7975e410..5391e72b 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,6 @@ to build structured JSON/REST APIs. Add validation and you've got an instant bac ```dart MyClass create(HttpRequest request) async { - God god = new God(); return god.deserialize(await parseBody(request).body, MyClass); } ``` @@ -68,4 +67,4 @@ Thank you for using this library. I hope you like it. Feel free to follow me on Twitter: -[@_wapaa_](http://twitter.com/_wapaa_) \ No newline at end of file +[@_wapaa_](http://twitter.com/_wapaa_)