Skip to content

Commit b8b495f

Browse files
committed
readme update
1 parent 29183d6 commit b8b495f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
# Percentile [![Build Status](https://travis-ci.org/msn0/stats-mad.svg?branch=master)](http://travis-ci.org/msn0/stats-mad)
1+
# median absolute deviation (MAD) [![Build Status](https://travis-ci.org/msn0/stats-mad.svg?branch=master)](http://travis-ci.org/msn0/stats-mad)
22

3-
> Calculate median absolute deviation (MAD)
3+
> Calculate median absolute deviation [MAD](https://en.wikipedia.org/wiki/Median_absolute_deviation)
44
55
## Installation
66

77
```sh
8-
npm install stats-mad
8+
npm i -save stats-mad
99
```
1010

11-
## Example 1
11+
## Example
1212

1313
```js
1414
const mad = require('stats-mad');

0 commit comments

Comments
 (0)