Skip to content

Commit 4a10f18

Browse files
committed
updated README
1 parent 89d57c1 commit 4a10f18

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
@@ -8,7 +8,7 @@ Installation
88

99
```
1010
$ npm install -g bower
11-
$ bower install requirejs-babel
11+
$ bower install https://github.com/hipertracker/requirejs-babel
1212
```
1313

1414
Usage
@@ -18,8 +18,8 @@ Add the paths to configuration:
1818

1919
```javascript
2020
paths: {
21-
es6: '...path_to_bower/requirejse-babel/es6',
22-
babel: '...path_to_bower/requirejse-babel/babel-4.6.6.min'
21+
es6: '...path_to_bower/requirejs-babel/es6',
22+
babel: '...path_to_bower/requirejs-babel/babel.min'
2323
}
2424
```
2525

0 commit comments

Comments
 (0)