Skip to content

Commit

Permalink
add package name to readme
Browse files Browse the repository at this point in the history
Fix #230
  • Loading branch information
isaacs committed Feb 10, 2016
1 parent 8e8876f commit 6db7e13
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ library to do its matching.

## Usage

Install with npm

```
npm i glob
```

```javascript
var glob = require("glob")

Expand Down

0 comments on commit 6db7e13

Please sign in to comment.