Skip to content

Commit

Permalink
docs: install script fix
Browse files Browse the repository at this point in the history
  • Loading branch information
VicGUTT committed Sep 26, 2021
1 parent 1da15b3 commit 0546e6d
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 @@ -32,11 +32,11 @@ strFinish(strTrimEnd(strUpperFirst(strReplaceMany(['-', '_'], ' ', strAfter(stri
Install the plugin via NPM _(or yarn)_:

```bash
npm i @VicGUTT/strjs
npm i @vicgutt/strjs
```

```bash
yarn add @VicGUTT/strjs
yarn add @vicgutt/strjs
```

**Note**: This library is very "future facing" in the code that is distributed _(dist folder)_, meaning it requires at least Node14+ and ES2020/ES2021 support from your JS compiler/bundler or browser.
Expand Down

0 comments on commit 0546e6d

Please sign in to comment.