From 197e4c95e5cb7113119ef1423748d562d1f779ba Mon Sep 17 00:00:00 2001 From: thomashii Date: Mon, 14 Jun 2021 09:44:53 +0800 Subject: [PATCH] Updated README --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index e79161a..753b2d7 100644 --- a/README.md +++ b/README.md @@ -1,23 +1,24 @@ +## Angel 3 Boilerplates + [![Angel 3 Framework](./logo3.png)](https://github.com/dukefirehawk/angel) -[![Version](https://img.shields.io/badge/pub-v4.0.0-brightgreen)](https://pub.dartlang.org/packages/angel3_framework) [![Null Safety](https://img.shields.io/badge/null-safety-brightgreen)](https://dart.dev/null-safety) [![Gitter](https://img.shields.io/gitter/room/nwjs/nw.js.svg)](https://gitter.im/angel_dart/discussion) -[![License](https://img.shields.io/github/license/dukefirehawk/angel)](https://github.com/dukefirehawk/angel/LICENSE) +[![License](https://img.shields.io/github/license/dukefirehawk/angel)](https://github.com/dukefirehawk/boilerplates/LICENSE) -**A polished, production-ready backend framework in Dart.** +**A polished, null-safety, production-ready backend framework in Dart.** *Note: This repo is an application boilerplate ,and not the underlying framework library.* ----- ## About -Angel3 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. +Angel3 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. + +**Forked from Angel framework to support NNBD** ## Installation & Setup