Update README.md

This commit is contained in:
Tobe O 2017-04-05 14:38:35 -04:00 committed by GitHub
parent 6a3f439406
commit 2ab4b5ffd4

View file

@ -1,5 +1,6 @@
# mustache
Mustache (Handlebars) view generator for Angel.
Mustache (Handlebars) view generator for the [Angel](https://github.com/angel-dart/angel)
web server framework.
# Installation
In `pubspec.yaml`:
@ -13,7 +14,7 @@ If your project imports [`package:angel_common`](https://github.com/angel-dart/c
then this is already installed.
# Usage
```
```dart
// Run the plug-in
await app.configure(mustache(new Directory('views')));