Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
kohkimakimoto committed Dec 2, 2013
1 parent 29979b0 commit de72e71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ $earray->get("foo.foo2-1", null, "."); # "foo5"

```

### Sort an array.
### Sort an array

```php
<?php
Expand All @@ -133,7 +133,7 @@ print_r($earray->sort("details/position")->toArray()); // sort by details/posit
// array("a" => array(...), "b" => array(...), "c" => array(...), "d" => array(...), ...)
```

### Using like a normal array.
### Using like a normal array

```php
<?php
Expand Down

0 comments on commit de72e71

Please sign in to comment.