From 8e40d06f7dd1e8d5498cfb28c4c79482cc91beaa Mon Sep 17 00:00:00 2001 From: hustcc Date: Wed, 14 Sep 2016 22:43:07 +0800 Subject: [PATCH] fix README typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2a6074b..fd4aafd 100644 --- a/README.md +++ b/README.md @@ -157,12 +157,12 @@ timeago.format('2016-06-12', 'test_local'); You can see [locales](locales) dir for more locales. -Please submit a GitHub pull request for corrections or additional languages, add locale key into `locales/localse.js`, and add the locale testcases into `tests/locales` dir. +Please submit a GitHub pull request for corrections or additional languages, add locale key into `locales/locales.js`, and add the locale testcases into `tests/locales` dir. # 3. Contributions -1. The website is base on [rmm5t/jquery-timeago](https://github.com/rmm5t/jquery-timeago) which is a nice and featured project but depends on jQuery. +1. The website is based on [rmm5t/jquery-timeago](https://github.com/rmm5t/jquery-timeago) which is a nice and featured project but depends on jQuery. 2. **locale translations**: The library need the locale translations. You can: