Skip to content

Commit 1ae21ca

Browse files
committed
docs: Minor template improvement
1 parent f8d02b8 commit 1ae21ca

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ When used in ECMAScript 6 environment, native implementation (if valid) takes pr
1616

1717
### Installation
1818

19-
$ npm install es5-ext
19+
```bash
20+
npm install es5-ext
21+
```
2022

2123
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/)
2224

0 commit comments

Comments
 (0)