From 1d50acf25930aa1115600db8a56060bee2ecb9bf Mon Sep 17 00:00:00 2001 From: John Pizzo Date: Wed, 7 Sep 2016 15:28:26 -0400 Subject: [PATCH] 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 |:^). --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 73b443d3..afe998a2 100644 --- a/README.md +++ b/README.md @@ -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');