Skip to content

Commit

Permalink
fix README api instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
marcioAlmada committed Nov 6, 2014
1 parent b4fd1b5 commit ba916bf
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 @@ -272,7 +272,7 @@ $cacheHandler = new FileCache('storage/path');
$reader = new Reader(new Parser, $cacheHandler);
```

Or later with `FileCache::setCache()`:
Or later with `Reader::setCache()`:

```php
$reader->setCache(new FileCache);
Expand Down

0 comments on commit ba916bf

Please sign in to comment.