From 80a641437d153a8d098dfaa797b6400bee1984c8 Mon Sep 17 00:00:00 2001 From: xobotyi Date: Sun, 16 Feb 2020 22:33:24 +0300 Subject: [PATCH] fix(readme): lost a line during edits; --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e4d1240..615b516 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,8 @@ Depending on your targets you may have to use [Webpack](https://webpack.js.org/) [Babel](http://babeljs.io/) to pull untranspiled version of package. See some tips on wiring thing up: [https://2ality.com/2017/06/pkg-esnext.html](https://2ality.com/2017/06/pkg-esnext.html) +Use it wherever and however you want - node.js or webpack, CJS or ESM modules! + ```javascript var cnb = require("cnbuilder");