From 9c1b8d18a3556f3985c1aabc3d574a0de4ba6e13 Mon Sep 17 00:00:00 2001 From: Tobe O Date: Mon, 12 Feb 2018 11:35:52 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9b7ddb7..e0ab82c 100644 --- a/README.md +++ b/README.md @@ -22,9 +22,9 @@ Angel is a full-featured server-side Web application framework for the Dart prog Like what you see? Please lend us a star. :star: ## Newest Tutorials +* [Developing RESTful API's with Angel](https://thosakwe.com/developing-restful-apis-with-angel/) * [Serving Static Files](https://medium.com/the-angel-framework/serving-static-files-with-the-angel-framework-2ddc7a2b84ae) * Use With Angular2 ([article](https://dart.academy/using-angel-with-angular2/) | [video](https://www.youtube.com/watch?v=O8tCXj_lljY&feature=youtu.be)) -* [Instant REST API's - Intro to Services](https://medium.com/the-angel-framework/instant-rest-apis-and-more-an-introduction-to-angel-services-b843f3187f67) ## Installation & Setup *Having errors with a fresh Angel installation? See [here](https://github.com/angel-dart/angel/wiki/Installation-&-Setup) for help.* @@ -60,4 +60,4 @@ With features like the following, Angel is the all-in-one framework you should c * And [much more](https://github.com/angel-dart)... ## Basic Example -Examples and complete projects can be found in the [angel-example](https://github.com/angel-example) organization. \ No newline at end of file +Examples and complete projects can be found in the [angel-example](https://github.com/angel-example) organization.