Skip to content

Commit 0ee7ec4

Browse files
author
Robert Jackson
authored
[chore] - Adds space (#289)
[chore] - Adds space
2 parents 0cda6ee + 2800e9a commit 0ee7ec4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ For example, add the following to import `some-name`'s `index.js` into your buil
1818
```js
1919
app.import('node_modules/some-name/index.js', {
2020
using: [
21-
{ transformation: 'cjs', as: 'some-name'}
21+
{ transformation: 'cjs', as: 'some-name' }
2222
]
2323
});
2424
```

0 commit comments

Comments
 (0)