Updated README
This commit is contained in:
parent
89dde22a52
commit
197e4c95e5
1 changed files with 7 additions and 6 deletions
13
README.md
13
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue