From 8cdcf0ca94fb44586ee4a9e3ad96bc8ac5f79c06 Mon Sep 17 00:00:00 2001 From: Ben Hall Date: Wed, 28 Mar 2018 19:53:24 +0100 Subject: [PATCH] docs(readme): Tweak Installation section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fa8b1bab..9b9b8ea0 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Inspired by [virtual-dom](https://github.com/Matt-Esch/virtual-dom) and [React]( npm i -S virtual-audio-graph ``` -virtual-audio-graph is distributed as a bundled CJS module by default, however, there is also a `module` property in its package.json so tools like [Rollup](https://github.com/rollup/rollup) and [Webpack](https://github.com/webpack/webpack) can consume an ES modules build. +virtual-audio-graph is distributed as a bundled CJS module by default, however, there is also a `module` property in its `package.json` so tools like [Rollup](https://github.com/rollup/rollup) and [Webpack](https://github.com/webpack/webpack) can consume an ES modules build. ## Size