mirror of
https://github.com/antonmedv/fx
synced 2024-11-03 15:40:12 +00:00
Update doc.md
This commit is contained in:
parent
06ff419622
commit
126340bcf0
@ -96,7 +96,7 @@ Use any npm package by installing it globally. Create _.fxrc.js_ file in `$HOME`
|
||||
directory, and require any packages or define global functions. For example,
|
||||
access all lodash methods without `_` prefix.
|
||||
|
||||
Put next line your _.fxrc.js_ file:
|
||||
Put next line into your _.fxrc.js_ file:
|
||||
|
||||
```js
|
||||
Object.assign(global, require('lodash/fp'))
|
||||
|
Loading…
Reference in New Issue
Block a user