Skip to content

Commit 694d699

Browse files
committed
Merge pull request #30 from scottrobertson/patch-1
Syntax error
2 parents 20e3bf7 + dc7b752 commit 694d699

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ $client = new \Gitlab\Client('http://git.yourdomain.com/api/v3/'); // change her
3838
$client->authenticate('your_gitlab_token_here', \Gitlab\Client::AUTH_URL_TOKEN); // change here
3939

4040
$project = $client->api('projects')->create('My Project', array(
41-
'description' => 'This is a project'
41+
'description' => 'This is a project',
4242
'issues_enabled' => false
4343
));
4444

0 commit comments

Comments
 (0)