Update README.md
This commit is contained in:
parent
6a3f439406
commit
2ab4b5ffd4
1 changed files with 3 additions and 2 deletions
|
@ -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')));
|
||||
|
||||
|
|
Loading…
Reference in a new issue