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:
John Pizzo 2016-09-07 15:28:26 -04:00 committed by GitHub
parent 8ff255f20d
commit 1d50acf259

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