We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea23c23 commit e155237Copy full SHA for e155237
1 file changed
README.md
@@ -43,11 +43,13 @@ The API docs often uses dot notation to represent a hierarchy of data (eg. priva
43
44
1. Add the vimeo library to your composer.json file's require field
45
46
+```
47
{
48
"require" : {
49
"vimeo/vimeo-api" : "1.1.*"
50
}
51
52
53
54
2. Use the library `$lib = new \Vimeo\Vimeo($client_id, $client_secret)`
55
0 commit comments