Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
msn0 committed Apr 24, 2015
1 parent e8ec99e commit fdaa576
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,17 @@ var data = [3, 6, 7, 8, 8, 10, 13, 15, 16, 20];
percentile.calc(data, 75); // → 15
```

## API
### API

### calc(data, n)
#### calc(data, n)

#### data
##### data

Type: `array`

The data to be analysed; an array of numbers.

#### n
##### n

Type: `number`

Expand Down

0 comments on commit fdaa576

Please sign in to comment.