Update README.md

This commit is contained in:
jdalrymple 2017-06-21 13:11:03 -04:00 committed by GitHub
parent 168872cd5d
commit d34bcfa6c4

View File

@ -26,7 +26,6 @@ const GitlabAPI = require('gitlab-api')({
token: 'abcdefghij123456'
})
// Listing users
let users = await gitlab.users.all();
@ -53,5 +52,6 @@ Changelog
[Initial Release](https://github.com/jdalrymple/node-gitlab-api/commit/64a8f8c7720f5df9a67d3f26cc8712fc21eb3ac0) (2017-06-21)
------------------
- Initial release, still missing a testing suite, travis triggers and overall review
- Initial release
- TODO: Tests, Examples