Skip to content

Commit 912449b

Browse files
committed
Fix accidental change in README
1 parent da6ce34 commit 912449b

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
@@ -59,7 +59,7 @@ var gitlab = require('node-gitlab');
5959

6060
var client = gitlab.createThunk({
6161
api: 'https://gitlab.com/api/v3',
62-
privateToken: 'your private
62+
privateToken: 'your private token'
6363
});
6464

6565
co(function* () {

0 commit comments

Comments
 (0)