summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 60e1749..9d93edd 100644
--- a/README.md
+++ b/README.md
@@ -25,7 +25,7 @@ The resulted text should be used unquoted and is not intended for use in double
``` kak
evaluate-commands %sh{
- . "$kak_opt_prelude"
+ . "$kak_opt_prelude_path"
kak_escape evaluate-commands -try-client "$kak_client" 'echo Tchou' | kak -p "$kak_session"
}
```