From 2800e9a9377e11094f9f8d5210c7c61d74ebce63 Mon Sep 17 00:00:00 2001 From: David Tang Date: Wed, 23 Oct 2019 13:19:30 -0700 Subject: [PATCH] [chore] - Adds space --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c88271..ebd9108 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ For example, add the following to import `some-name`'s `index.js` into your buil ```js app.import('node_modules/some-name/index.js', { using: [ - { transformation: 'cjs', as: 'some-name'} + { transformation: 'cjs', as: 'some-name' } ] }); ```