From 83492e4e69249384854d49a7260306799b312f00 Mon Sep 17 00:00:00 2001 From: sammyette Date: Wed, 27 Sep 2023 20:31:27 -0400 Subject: [PATCH] docs: fix odd sentence in runner-mode docs --- website/content/docs/features/runner-mode.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/content/docs/features/runner-mode.md b/website/content/docs/features/runner-mode.md index 8774de96..58b55dd2 100644 --- a/website/content/docs/features/runner-mode.md +++ b/website/content/docs/features/runner-mode.md @@ -13,8 +13,8 @@ is that it runs Lua first and then falls back to shell script. In some cases, someone might want to switch to just shell script to avoid it while interactive but still have a Lua config, or go full Lua to use -Hilbish as a REPL. This also allows users to add alternative languages, -instead of either like Fennel. +Hilbish as a REPL. This also allows users to add alternative languages like +Fennel as the interactive script runner. Runner mode can also be used to handle specific kinds of input before evaluating like normal, which is how [Link.hsh](https://github.com/TorchedSammy/Link.hsh)