Skip to content

Commit

Permalink
docs: Minor template improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
medikoo committed Mar 7, 2022
1 parent f8d02b8 commit 1ae21ca
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ When used in ECMAScript 6 environment, native implementation (if valid) takes pr

### Installation

$ npm install es5-ext
```bash
npm install es5-ext
```

To port it to Browser or any other (non CJS) environment, use your favorite CJS bundler. No favorite yet? Try: [Browserify](http://browserify.org/), [Webmake](https://github.com/medikoo/modules-webmake) or [Webpack](http://webpack.github.io/)

Expand Down

0 comments on commit 1ae21ca

Please sign in to comment.