mirror of
https://gitlab.silvrtree.co.uk/martind2000/frontexpress.git
synced 2025-02-11 11:49:17 +00:00
Update README.md
This commit is contained in:
parent
a1e56dc6c3
commit
21f5dea449
10
README.md
10
README.md
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Code the front-end like on the back-end with [ExpressJS](http://expressjs.com/)
|
Code the front-end like on the back-end with [ExpressJS](http://expressjs.com/)
|
||||||
|
|
||||||
[frontexpress demo](https://github.com/camelaissani/frontexpress-demo) repository.
|
[frontexpress demo](https://github.com/camelaissani/frontexpress-demo)
|
||||||
|
|
||||||
[![Build Status](https://travis-ci.org/camelaissani/frontexpress.svg?branch=master)](https://travis-ci.org/camelaissani/frontexpress)
|
[![Build Status](https://travis-ci.org/camelaissani/frontexpress.svg?branch=master)](https://travis-ci.org/camelaissani/frontexpress)
|
||||||
[![Code Climate](https://codeclimate.com/github/camelaissani/frontexpress/badges/gpa.svg)](https://codeclimate.com/github/camelaissani/frontexpress)
|
[![Code Climate](https://codeclimate.com/github/camelaissani/frontexpress/badges/gpa.svg)](https://codeclimate.com/github/camelaissani/frontexpress)
|
||||||
@ -26,7 +26,7 @@ $ bower install frontexpress
|
|||||||
|
|
||||||
### From CDN
|
### From CDN
|
||||||
|
|
||||||
On [jsDelivr](https://cdn.jsdelivr.net/npm/frontexpress@1.1.0/frontexpress.min.js)
|
On [jsDelivr](https://cdn.jsdelivr.net/npm/frontexpress@1.2.0/frontexpress.min.js)
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
@ -209,7 +209,9 @@ import birds from './birds';
|
|||||||
app.use('/birds', birds);
|
app.use('/birds', birds);
|
||||||
```
|
```
|
||||||
|
|
||||||
## [API](https://github.com/camelaissani/frontexpress/blob/master/docs/api.md)
|
## More
|
||||||
|
|
||||||
|
[API](https://github.com/camelaissani/frontexpress/blob/master/docs/api.md)
|
||||||
|
|
||||||
## Tests
|
## Tests
|
||||||
|
|
||||||
@ -229,4 +231,4 @@ $ npm test
|
|||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
[MIT](LICENSE)
|
[MIT](LICENSE)
|
||||||
|
Loading…
Reference in New Issue
Block a user