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