Skip to content

Commit

Permalink
docs: update install section
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed Aug 22, 2016
1 parent 6358b12 commit b11042b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,13 @@ Cookies is a [node.js](http://nodejs.org/) module for getting and setting HTTP(S

## Install

$ npm install cookies
This is a [Node.js](https://nodejs.org/en/) module available through the
[npm registry](https://www.npmjs.com/). Installation is done using the
[`npm install` command](https://docs.npmjs.com/getting-started/installing-npm-packages-locally):

```
$ npm install compression
```

## Features

Expand Down

0 comments on commit b11042b

Please sign in to comment.