Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
raiym committed Mar 16, 2017
1 parent 6f8e1c5 commit 9c1a759
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ $user = $instagram->getAccountById(3);
$medias $instagram->getLocationTopMediasById(1)
$medias = $instagram->getLocationMediasById(1);
$location $instagram->getLocationById(1);
$medias = self::$instagram->getTopMediasByTagName('hello');
$medias = $instagram->getTopMediasByTagName('hello');
```

Be carefull with login method. I am planning to implement session caching soon
Expand Down

0 comments on commit 9c1a759

Please sign in to comment.