diff --git a/README.md b/README.md index 50fd762e..beec5498 100644 --- a/README.md +++ b/README.md @@ -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