From f9b476ed621949f5d7579edfd996156c97f48ac3 Mon Sep 17 00:00:00 2001 From: Andrey Orst Date: Mon, 27 May 2019 08:45:00 +0300 Subject: [PATCH] fix typo (#59) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b1500c5..ef32145 100644 --- a/README.md +++ b/README.md @@ -109,7 +109,7 @@ is being used to create new windows. **fzf.kak** features a lot of settings via options that can be altered to change how **fzf.kak** behaves. All settings belong to `fzf` module, so in order to change variable values use `defer "fzf %{ ... }"` if you're using **plug.kak**, -and if not, use `hook global ModuleLoad fzf %{ ... }`, or simply `requier-module +and if not, use `hook global ModuleLoad fzf %{ ... }`, or simply `require-module fzf` before configuring options. Same goes for `fzf_vcs` module. From now on I assume that you're using one of the methods listed above for all