From ff081d49d2b99e58e453ca85a1918624c43487e1 Mon Sep 17 00:00:00 2001 From: Tobe O Date: Mon, 3 Apr 2017 07:17:34 -0400 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 47b4f20..8a79cea 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,9 @@ main() async { } Future createServer() async { + // New instance... + var app = new Angel(); + // Configuration await app.configure(loadConfigurationFile()); await app.configure(mustache());