From 126340bcf0313050fe6385875b9d0eae3dfc4139 Mon Sep 17 00:00:00 2001 From: Anton Medvedev Date: Sun, 8 May 2022 18:10:15 +0200 Subject: [PATCH] Update doc.md --- doc/doc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/doc.md b/doc/doc.md index d2517c2..5c7b271 100644 --- a/doc/doc.md +++ b/doc/doc.md @@ -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'))