mirror of
https://github.com/systemjs/systemjs.git
synced 2026-01-25 14:57:38 +00:00
Make the README.md more understandable
I found my self slightly confused while reading one portion of the `README.md`. I propose the following update to wording in order to eliminate this moment of confusion for any future readers of the read me |:^).
This commit is contained in:
parent
8ff255f20d
commit
1d50acf259
@ -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