mirror of
https://github.com/scratchfoundation/restify-cors-middleware.git
synced 2025-03-07 01:57:55 -05:00
Update README.md
Added section on installation
This commit is contained in:
parent
c7eb8a84f3
commit
63e4d9261e
1 changed files with 5 additions and 0 deletions
|
@ -13,6 +13,11 @@
|
|||
|
||||
[](https://github.com/feross/standard)
|
||||
|
||||
## Setup
|
||||
```sh
|
||||
$ npm install restify-cors-middleware --save
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
```js
|
||||
|
|
Loading…
Reference in a new issue