Update README.md

This commit is contained in:
Tobe O 2016-09-24 14:33:16 -04:00 committed by GitHub
parent 1b956695bb
commit 10e2516301

View file

@ -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);
}
```