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());