Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
demonshalo committed Mar 24, 2015
1 parent ee53820 commit ef3d792
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Utility/README.md
Expand Up @@ -11,7 +11,7 @@ A ``Hash`` (as in PHP arrays) class, capable of extracting data using an intuiti
```php
$things = [
['name' => 'Mark', 'age' => 15],
['name' => 'Susan', 'age' => 30]
['name' => 'Susan', 'age' => 30],
['name' => 'Lucy', 'age' => 25]
];

Expand Down

0 comments on commit ef3d792

Please sign in to comment.