Update README.md
This commit is contained in:
parent
0d277d7a22
commit
ff081d49d2
1 changed files with 3 additions and 0 deletions
|
@ -70,6 +70,9 @@ main() async {
|
|||
}
|
||||
|
||||
Future<Angel> createServer() async {
|
||||
// New instance...
|
||||
var app = new Angel();
|
||||
|
||||
// Configuration
|
||||
await app.configure(loadConfigurationFile());
|
||||
await app.configure(mustache());
|
||||
|
|
Loading…
Reference in a new issue