Update README.md

Added section on installation
This commit is contained in:
Tom Caflisch 2017-09-28 22:15:59 -05:00 committed by GitHub
parent c7eb8a84f3
commit 63e4d9261e

View file

@ -13,6 +13,11 @@
[![JavaScript Style Guide](https://cdn.rawgit.com/feross/standard/master/badge.svg)](https://github.com/feross/standard)
## Setup
```sh
$ npm install restify-cors-middleware --save
```
## Usage
```js