We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 259dcad commit 6098c82Copy full SHA for 6098c82
README.md
@@ -289,13 +289,13 @@ List<Runner> runners = gitLabApi.getRunnersApi().getAllRunners();
289
#### ServicesApi
290
```java
291
// Activates the gitlab-ci service.
292
-getLabApi.getServicesApi().setGitLabCI("project-name", "auth-token", "project-ci-url");
+gitLabApi.getServicesApi().setGitLabCI("project-name", "auth-token", "project-ci-url");
293
```
294
295
#### SessionApi
296
297
// Log in to the GitLab server and get the session info
298
-getLabApi.getSessionApi().login("your-username", "your-email", "your-password");
+gitLabApi.getSessionApi().login("your-username", "your-email", "your-password");
299
300
301
#### SystemHooksApi
0 commit comments