From 2ab4b5ffd4dcbe287740581472acaa5d793660d0 Mon Sep 17 00:00:00 2001 From: Tobe O Date: Wed, 5 Apr 2017 14:38:35 -0400 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 108e25a6..69bc5c09 100644 --- a/README.md +++ b/README.md @@ -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')));