diff --git a/package.json b/package.json index 8c7abf6..c436855 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minutes-to-read", - "version": "1.0.0", + "version": "1.0.1", "description": "Minutes to read", "main": "index.js", "scripts": { diff --git a/readme.md b/readme.md index 73ab575..fe8cd2a 100644 --- a/readme.md +++ b/readme.md @@ -10,7 +10,8 @@ [![](https://cdn.abranhe.com/badges/paypal.svg)](https://paypal.me/abranhe/10) [![](https://img.shields.io/npm/v/minutes-to-read.svg)](https://npmjs.org/minutes-to-read) - +Read time is based on the average reading speed of an adult (roughly 265 [Words per minutes](https://en.wikipedia.org/wiki/Words_per_minute) according to a [Medium's article](https://help.medium.com/hc/en-us/articles/214991667-Read-time). + ## Install ``` @@ -92,7 +93,7 @@ For a 2 words text reading a word per minute it will take 2 minutes. ```js m2r('Lorem ipsum', 1); -// => 2 minutes to finish +// => 2 min to read ``` ## Team