From 04a4c866b7f7c36334d5e0f316ed6f44061b587a Mon Sep 17 00:00:00 2001 From: joten Date: Thu, 12 Feb 2015 20:14:23 +0100 Subject: [PATCH] Fixed bug (formatting) in doc (yet again) --- doc/Usage.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/Usage.md b/doc/Usage.md index 0f6a2a2..f8428db 100644 --- a/doc/Usage.md +++ b/doc/Usage.md @@ -24,9 +24,9 @@ is accessible by cklickig on `#!` on the right end of the bug.n bar. You may also send commands to bug.n from another AutoHotkey script. The sent string is interpreted and executed by bug.n as one or more (separated by the -newline character `\`n`) either bug.n-functions (as used in the hotkey -configuration) or AutoHotkey-commands (only `Run` or `Send`). For example, you -may use the following lines in an AutoHotkey script: +newline character `n) either bug.n-functions (as used in the +hotkey configuration) or AutoHotkey-commands (only `Run` or `Send`). For +example, you may use the following lines in an AutoHotkey script: ;; The following line is required. DetectHiddenWindows, On