Skip to content

Commit f4daf9f

Browse files
committed
space
1 parent 1b8b6d7 commit f4daf9f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ with [npm](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm):
3333
npm i rubico
3434
```
3535

36+
3637
require `rubico` in [CommonJS](https://nodejs.org/docs/latest/api/modules.html#modules-commonjs-modules):
3738
```javascript
3839
// import rubico core globally
@@ -54,6 +55,7 @@ const defaultsDeep = require('rubico/x/defaultsDeep')
5455
const Transducer = require('rubico/Transducer')
5556
```
5657

58+
5759
import `rubico` in the browser:
5860
```html [htmlmixed]
5961
<!-- import rubico core globally -->

0 commit comments

Comments
 (0)