From beb83fa386fe0cd9e55f105bcdc04081f2e2fcfa Mon Sep 17 00:00:00 2001 From: Tobe O Date: Sun, 2 Apr 2017 17:04:25 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1b43d57..647b654 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ With features like the following, Angel is the all-in-one framework you should c More examples and complete projects can be found in the [angel-example](https://github.com/angel-example) organization. The following is an [explosive application](https://github.com/angel-example/explode) complete with a REST API and -WebSocket support. +WebSocket support. It interacts with a MongoDB database, and reads configuration automatically from a `config/.yaml` file. ```dart import 'dart:async;'