From 311bbe48e697d38a22a9930ff7ebb306ffc8e636 Mon Sep 17 00:00:00 2001 From: lyricsjoker <70332391+lyricsjoker@users.noreply.github.com> Date: Fri, 2 Oct 2020 11:46:05 +0530 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f150374..9431c13 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ A Javascript string manipulation library. -## Install +## Installation strman v2.0.0 is available on npm/yarn: ``` @@ -20,7 +20,7 @@ yarn add strman [https://dleitee.github.io/strman/](https://dleitee.github.io/strman/) -## Usage +## Usages ### With ES6/import @@ -42,12 +42,12 @@ slugify(title) // => "a-javascript-string-manipulation-library" ``` -## Credits +## Credit - [Stringy](https://github.com/danielstjules/Stringy) -# Contributing +# Contribution Want to contribute? [Follow these recommendations.](https://github.com/dleitee/strman/blob/master/CONTRIBUTING.md)