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;'