Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
creocoder committed Feb 24, 2015
1 parent 3639680 commit d2c73df
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 @@ -216,7 +216,7 @@ foreach ($posts as $post) {
$tagValues = $post->tagValues;

// as array
$tagValuesAsArray = $post->getTagValues(true);
$tagValues = $post->getTagValues(true);
}
```

Expand Down

0 comments on commit d2c73df

Please sign in to comment.