Skip to content

Commit 0a8f955

Browse files
committed
fix docu: how to use the umd-bundle with system.js
1 parent 69e132b commit 0a8f955

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ const map: any = {
6464

6565
/** User packages configuration. */
6666
const packages: any = {
67-
'angular2-mdl': { main: 'components/index.js'}
67+
'angular2-mdl': { main: 'bundle/angular2-mdl.js'}
6868
};
6969
```
7070

0 commit comments

Comments
 (0)