Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

A Javascript string manipulation library.

## Install
## Installation

strman v2.0.0 is available on npm/yarn:
```
Expand All @@ -20,7 +20,7 @@ yarn add strman

[https://dleitee.github.io/strman/](https://dleitee.github.io/strman/)

## Usage
## Usages

### With ES6/import

Expand All @@ -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)

Expand Down