Skip to content

Commit e155237

Browse files
committed
Update README.md
1 parent ea23c23 commit e155237

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,13 @@ The API docs often uses dot notation to represent a hierarchy of data (eg. priva
4343

4444
1. Add the vimeo library to your composer.json file's require field
4545

46+
```
4647
{
4748
"require" : {
4849
"vimeo/vimeo-api" : "1.1.*"
4950
}
5051
}
52+
```
5153

5254
2. Use the library `$lib = new \Vimeo\Vimeo($client_id, $client_secret)`
5355

0 commit comments

Comments
 (0)