Merge pull request #1438 from jpiv/patch-2

Make the README.md more understandable
This commit is contained in:
Guy Bedford 2016-09-13 19:00:08 +02:00 committed by GitHub
commit ee392b91a5

View File

@ -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');