Update doc.md

This commit is contained in:
Anton Medvedev 2022-05-08 18:10:15 +02:00
parent 06ff419622
commit 126340bcf0

View File

@ -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'))