We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bb420a commit ad95aabCopy full SHA for ad95aab
README.md
@@ -23,7 +23,7 @@ Supports:
23
`version` could be `false`y, a semantic version, a commit, or a branch, etc.
24
25
```js
26
-var parse = require('@bahmutov/parse-github-repo-url')
+var parse = require('parse-github-repo-url')
27
parse('component/emitter#1') // => ['component', 'emitter', '1']
28
```
29
0 commit comments