Skip to content

Commit

Permalink
Fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre Grimaud committed Jul 27, 2018
1 parent b2544ed commit 1ecc233
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -23,7 +23,7 @@ This version can retrieve **ANY** Instagram feed using **web scrapping**.

## Changelog

**2018-04-20 : Release of version ^5.0 in parallel of version ^4.0 which still working. (Kudos for [@jannejava](https://github.com/jannejava) and [@cookieguru](https://github.com/cookieguru)**
**2018-04-20 : Release of version ^5.0 in parallel of version ^4.0 which still working. (Kudos for [@jannejava](https://github.com/jannejava) and [@cookieguru](https://github.com/cookieguru)**)

~~2018-04-17 : Now fetching data with screen scraping (thanks [@cookieguru](https://github.com/cookieguru)), please upgrade to version ^5.0~~

Expand Down Expand Up @@ -146,7 +146,7 @@ $api->setUserName('pgrimaud');

$feed = $api->getFeed();

print_r($feed):
print_r($feed);

```

Expand Down
2 changes: 2 additions & 0 deletions src/Instagram/Api.php
Expand Up @@ -45,7 +45,9 @@ public function __construct(CacheManager $cacheManager, Client $client = null)

/**
* @return Hydrator\Component\Feed
* @throws Exception\CacheException
* @throws InstagramException
* @throws \GuzzleHttp\Exception\GuzzleException
*/
public function getFeed()
{
Expand Down

0 comments on commit 1ecc233

Please sign in to comment.