Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
pravdomil authored May 23, 2018
1 parent adeb7d2 commit 8964706
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Check out the demo at [zeke.github.io/github-url-to-object](https://zeke.github.
For Node.js or Browserify usage:

```sh
npm install github-url-to-object --save
npm i github-url-to-object
```

For bower usage:
Expand All @@ -26,7 +26,7 @@ bower install github-url-to-object
Use whatever flavor of GitHub URL you like:

```js
var gh = require('github-url-to-object')
const gh = require('github-url-to-object')

gh('github:monkey/business')
gh('https://github.com/monkey/business')
Expand Down

0 comments on commit 8964706

Please # to comment.