Skip to content

Commit 98a3159

Browse files
committed
removed ref to experimental branch in readme
1 parent 1e87cdd commit 98a3159

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
@@ -42,7 +42,7 @@ $project = $client->api('projects')->create('My Project', array(
4242
Model Usage
4343
-----------
4444

45-
You can also use the library in an object oriented manner. This is an experimental branch used for decided how to manage dependencies within model usage.
45+
You can also use the library in an object oriented manner.
4646

4747
```php
4848
$client = new \Gitlab\Client('http://git.yourdomain.com/api/v3/'); // change here

0 commit comments

Comments
 (0)