Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mhor committed Dec 22, 2014
1 parent b3ae376 commit 297820d
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 @@ -60,7 +60,7 @@ foreach ($videos as $video) {
```php
$audios = $mediaInfoContainer->getAudios();

foreach($audios as $audio) {
foreach ($audios as $audio) {
// ... do something
}
```
Expand Down

0 comments on commit 297820d

Please sign in to comment.