Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

some changes and correction in doc file #95

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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