Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-on committed Apr 1, 2020
1 parent 8012cfb commit ef86033
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,10 @@ $tree->countIntersections([2, 3]);
// Get array of keys sorted in ascendant order
$sortedIntervals = $tree->getKeys();
// Expected array: [[1, 1], [1, 4], [2, 3], [3, 5], [5, 7], [5, 12], [6, 8]]
```
```

## Tests

```
./vendor/bin/phpunit
```

0 comments on commit ef86033

Please sign in to comment.