Skip to content

Commit

Permalink
Merge pull request #35 from pravdomil/patch-1
Browse files Browse the repository at this point in the history
minor changes
  • Loading branch information
zeke authored May 23, 2018
2 parents adeb7d2 + 8964706 commit 3dbf2a7
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 3dbf2a7

Please # to comment.