File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,12 +28,12 @@ pipe(numbers, [
2828## Installation
2929[ Core build] ( https://unpkg.com/rubico/index.js ) ([ ~ 7.7 kB minified and gzipped] ( https://unpkg.com/rubico/dist/rubico.min.js ) ) [ Transducer module] ( https://unpkg.com/rubico/dist/Transducer.js ) ([ ~ 1.5kb minified and gzipped] ( https://unpkg.com/rubico/dist/Transducer.min.js ) )
3030
31- with [ npm] ( https://docs.npmjs.com/downloading-and-installing-node-js-and-npm )
31+ with [ npm] ( https://docs.npmjs.com/downloading-and-installing-node-js-and-npm ) :
3232``` bash
3333npm i rubico
3434```
3535
36- require ` rubico ` in [ CommonJS] ( https://nodejs.org/docs/latest/api/modules.html#modules-commonjs-modules ) .
36+ require ` rubico ` in [ CommonJS] ( https://nodejs.org/docs/latest/api/modules.html#modules-commonjs-modules ) :
3737``` javascript
3838// import rubico core globally
3939require (' rubico/global' )
@@ -54,7 +54,7 @@ const defaultsDeep = require('rubico/x/defaultsDeep')
5454const Transducer = require (' rubico/Transducer' )
5555```
5656
57- import ` rubico ` in the browser.
57+ import ` rubico ` in the browser:
5858``` html [htmlmixed]
5959<!-- import rubico core globally -->
6060<script src =" https://unpkg.com/rubico/dist/global.min.js" ></script >
You can’t perform that action at this time.
0 commit comments