From d34bcfa6c439edef266163dacb57354fbd2d9cd9 Mon Sep 17 00:00:00 2001 From: jdalrymple Date: Wed, 21 Jun 2017 13:11:03 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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