Skip to content

Commit

Permalink
Remove example from README
Browse files Browse the repository at this point in the history
  • Loading branch information
raiym committed Oct 31, 2017
1 parent 8fb8296 commit 09f3ec6
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,6 @@ echo json_encode($medias);
```php
$medias = Instagram::getTopMediasByTagName('durov');
```

### Get media by id
```php
$media = Instagram::getMediaById(1270593720437182847)
```

### Convert media id to shortcode
```php
echo 'CODE: ' . Media::getCodeFromId('1270593720437182847_3');
Expand Down

0 comments on commit 09f3ec6

Please sign in to comment.