Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mazedlx authored Mar 24, 2017
1 parent b78e8d4 commit 77f581d
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
@@ -1,7 +1,7 @@
![](https://travis-ci.org/mazedlx/median.svg?branch=master)

# median
Super simple PHP library for getting the median of array values (also returns the avg of the array
Super simple PHP library for getting the median of array values (cn also calc the average of the array's elements).

```php
$arrayOfValues = [1, 2, 5, 1000, 7]
Expand Down

0 comments on commit 77f581d

Please sign in to comment.