Skip to content

Commit

Permalink
adding resources and fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
abranhe committed Apr 24, 2019
1 parent 0896d47 commit 212ebe2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "minutes-to-read",
"version": "1.0.0",
"version": "1.0.1",
"description": "Minutes to read",
"main": "index.js",
"scripts": {
Expand Down
5 changes: 3 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

```
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 212ebe2

Please sign in to comment.