Skip to content

Commit 6098c82

Browse files
authored
Fixed typo.
1 parent 259dcad commit 6098c82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -289,13 +289,13 @@ List<Runner> runners = gitLabApi.getRunnersApi().getAllRunners();
289289
#### ServicesApi
290290
```java
291291
// Activates the gitlab-ci service.
292-
getLabApi.getServicesApi().setGitLabCI("project-name", "auth-token", "project-ci-url");
292+
gitLabApi.getServicesApi().setGitLabCI("project-name", "auth-token", "project-ci-url");
293293
```
294294

295295
#### SessionApi
296296
```java
297297
// Log in to the GitLab server and get the session info
298-
getLabApi.getSessionApi().login("your-username", "your-email", "your-password");
298+
gitLabApi.getSessionApi().login("your-username", "your-email", "your-password");
299299
```
300300

301301
#### SystemHooksApi

0 commit comments

Comments
 (0)