Skip to content

Commit

Permalink
Updating examples
Browse files Browse the repository at this point in the history
  • Loading branch information
wtfzdotnet committed Jan 11, 2014
1 parent 53b2fb0 commit 2c6d85b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/movies/api/images.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
$token = new \Tmdb\ApiToken(TMDB_API_KEY);
$client = new \Tmdb\Client($token);

$images = $client->api('movies')->getImages(550);
$images = $client->getMoviesApi()->getImages(550);

0 comments on commit 2c6d85b

Please sign in to comment.