Skip to content

Commit

Permalink
ru-RU readme fix
Browse files Browse the repository at this point in the history
  • Loading branch information
purecatamphetamine committed Feb 2, 2018
1 parent d45974c commit 9518631
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,13 @@ timeAgo.format(new Date())
// "только что"

timeAgo.format(Date.now() - 60 * 1000)
// "минуту назад"
// "1 минуту назад"

timeAgo.format(Date.now() - 2 * 60 * 60 * 1000)
// "2 часа назад"

timeAgo.format(Date.now() - 24 * 60 * 60 * 1000)
// "днём ранее"
// "1 день назад"
```

## Twitter style
Expand Down

0 comments on commit 9518631

Please sign in to comment.