mirror of
https://github.com/systemjs/systemjs.git
synced 2026-02-01 15:59:54 +00:00
Merge pull request #1438 from jpiv/patch-2
Make the README.md more understandable
This commit is contained in:
commit
ee392b91a5
@ -74,7 +74,7 @@ To load modules in NodeJS, install SystemJS with:
|
||||
|
||||
If transpiling ES6, also install the transpiler plugin, following the instructions from the transpiler project page.
|
||||
|
||||
We can then load modules equivalently to in the browser:
|
||||
We can then load modules equivalently in NodeJS as we do in the browser:
|
||||
|
||||
```javascript
|
||||
var SystemJS = require('systemjs');
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user