From 9f1ae13cb5763854492d7280366877a6a7944bd3 Mon Sep 17 00:00:00 2001 From: Tobe O Date: Sun, 2 Apr 2017 16:36:48 -0400 Subject: [PATCH] Update README.md --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fa13767..f06d7d3 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,6 @@ **The Dart server framework that's ready for showtime.** -With features like the following, Angel is the all-in-one framework you should choose to build your next project: -* - [Wiki (in-depth documentation)](https://github.com/angel-dart/angel/wiki) [API Documentation](http://www.dartdocs.org/documentation/angel_common/latest) @@ -16,6 +13,13 @@ With features like the following, Angel is the all-in-one framework you should c [File an Issue](https://github.com/angel-dart/roadmap/issues) + +With features like the following, Angel is the all-in-one framework you should choose to build your next project: +* [Advanced, Modular Routing](https://github.com/angel-dart/route) +* [Middleware](https://github.com/angel-dart/angel/wiki/Middleware) +* [Dependency Injection](https://github.com/angel-dart/angel/wiki/Dependency-Injection) +* And [much more](https://github.com/angel-dart)... + ## Installation & Setup *Having errors with a fresh Angel installation? See [here](https://github.com/angel-dart/angel/wiki/Installation-&-Setup) for help.*