Update README.md

This commit is contained in:
Tobe O 2017-04-02 17:08:52 -04:00 committed by GitHub
parent 9e1d42253d
commit 5cde96ffc6

View file

@ -55,6 +55,8 @@ More examples and complete projects can be found in the [angel-example](https://
The following is an [explosive application](https://github.com/angel-example/explode) complete with a REST API and
WebSocket support. It interacts with a MongoDB database, and reads configuration automatically from a `config/<ANGEL-ENV-NAME>.yaml` file. Templates are rendered with Mustache, and all responses are compressed via GZIP.
All in under 20 lines of actual code.
```dart
import 'dart:async';
import 'package:angel_common/angel_common.dart';