From a295d5a613efa13be79fec5fa2835076047cdcc5 Mon Sep 17 00:00:00 2001 From: Justin Dalrymple Date: Thu, 22 Jun 2017 14:52:15 -0400 Subject: [PATCH] Fixing typo in Modal --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index beec5498..a9fa6350 100644 --- a/README.md +++ b/README.md @@ -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' })