Update README.md
This commit is contained in:
parent
1b956695bb
commit
10e2516301
1 changed files with 1 additions and 2 deletions
|
@ -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_)
|
||||
[@_wapaa_](http://twitter.com/_wapaa_)
|
||||
|
|
Loading…
Reference in a new issue