We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3423f2f commit 7718f72Copy full SHA for 7718f72
README.md
@@ -29,7 +29,7 @@ General API Usage
29
-----------------
30
31
```php
32
-$gitlab = new \Gitlab\Client('http://git.yourdomain.com'/api/v3/'); // change here
+$gitlab = new \Gitlab\Client('http://git.yourdomain.com/api/v3/'); // change here
33
$gitlab->authenticate('your_gitlab_token_here', \Gitlab\Client::AUTH_URL_TOKEN); // change here
34
35
$project = $gitlab->api('projects')->create('My Project', array(
0 commit comments