Skip to content

Commit

Permalink
Fixing typo in Modal
Browse files Browse the repository at this point in the history
  • Loading branch information
jdalrymple committed Jun 22, 2017
1 parent b46a73e commit a295d5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ URL to your GitLab instance should not include `/api/v4` path.
```javascript
// Connection
const GitlabAPI = require('gitlab-api')({
url: 'http://example.com' // Defaults to http://gitlab.com
url: 'http://example.com', // Defaults to http://gitlab.com
token: 'abcdefghij123456'
})

Expand Down

0 comments on commit a295d5a

Please sign in to comment.