Skip to content

Commit e311fb7

Browse files
committed
Merge pull request #4 from stevemao/patch-1
no scoped module
2 parents 9bb420a + ad95aab commit e311fb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Supports:
2323
`version` could be `false`y, a semantic version, a commit, or a branch, etc.
2424

2525
```js
26-
var parse = require('@bahmutov/parse-github-repo-url')
26+
var parse = require('parse-github-repo-url')
2727
parse('component/emitter#1') // => ['component', 'emitter', '1']
2828
```
2929

0 commit comments

Comments
 (0)