From d5f3ec69455121686fb10d4a159ea8c64b74cc91 Mon Sep 17 00:00:00 2001 From: Elias Reis Date: Wed, 2 Oct 2019 22:21:08 -0300 Subject: [PATCH 1/3] Update the README.MD --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 82ae3b4..4f26360 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,8 @@ Angel is a full-stack Web framework in Dart. It aims to streamline development by providing many common features out-of-the-box in a consistent manner. +We are an application boilerplate and not the underlying framework library. + With features like the following, Angel is the all-in-one framework you should choose to build your next project: * [GraphQL Support](https://github.com/angel-dart/graphql) From 0cf2adeafe628e715efeb20c9faf242e8876ce15 Mon Sep 17 00:00:00 2001 From: Tobe O Date: Wed, 9 Oct 2019 14:24:56 -0400 Subject: [PATCH 2/3] slight updates to eliasreis54 readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4f26360..bb3e296 100644 --- a/README.md +++ b/README.md @@ -7,12 +7,13 @@ **A polished, production-ready backend framework in Dart.** +*Note: This repo is an application boilerplate ,and not the underlying framework library.* + ----- ## About Angel is a full-stack Web framework in Dart. It aims to streamline development by providing many common features out-of-the-box in a consistent manner. -We are an application boilerplate and not the underlying framework library. With features like the following, Angel is the all-in-one framework you should choose to build your next project: From 8d9668bd8acae91f9cb1491f60c77e172901af81 Mon Sep 17 00:00:00 2001 From: Tobe O Date: Wed, 9 Oct 2019 14:25:42 -0400 Subject: [PATCH 3/3] Remove extraneous newline --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index bb3e296..151d490 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,6 @@ Angel is a full-stack Web framework in Dart. It aims to streamline development by providing many common features out-of-the-box in a consistent manner. - With features like the following, Angel is the all-in-one framework you should choose to build your next project: * [GraphQL Support](https://github.com/angel-dart/graphql) * [PostgreSQL ORM](https://github.com/angel-dart/orm)