Skip to content

Commit 1d77cfc

Browse files
committed
README updated
1 parent 7c28109 commit 1d77cfc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ But there is a way to use it: transpilers that compile ES6 into good old ES5 syn
7979

8080
The add-on does next:
8181
ES6 → (
82-
[Babel](http://babeljs.io/) +
83-
[Browserify](http://browserify.org/)
82+
[Browserify](http://browserify.org/) +
83+
[Babelify](https://github.com/babel/babelify)
8484
) → ES5.
8585

8686
It also enables Django static imports in ES6, see the example below.
@@ -129,7 +129,7 @@ new Framework('1.0.1');
129129

130130
#### Requisites
131131

132-
You need `babelify` and `babel-preset-es2015` to be installed. Quick install:
132+
You need `browserify`, `babelify` and `babel-preset-es2015` to be installed. Quick install:
133133

134134
```sh
135135
npm install -g browserify babelify babel-preset-es2015

0 commit comments

Comments
 (0)