diff --git a/README.md b/README.md index 52148d17..acf7cb0b 100644 --- a/README.md +++ b/README.md @@ -346,7 +346,7 @@ const api = new Gitlab({ token: 'personaltoken', }); -api.Projects.create(projectId, { +api.Projects.create({ //options defined in the Gitlab API documentation }); ```