From ee1b130b53a974332cf083b710a37e2eb7a2c6b0 Mon Sep 17 00:00:00 2001 From: Gabriel Natenshon Date: Sun, 3 Mar 2024 10:33:46 -0600 Subject: [PATCH] feat: add readme link to more specifically highlight location referred to --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b336202..d4d8b70 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ A curses implementation of a todo list helper. Most of the keybindings are simil - Ndo is optimized for Linux, as most Vim users use Linux. - MacOS is also supported however some keyboard shortcuts use different modifier keys. -- In Windows, general editing is available using the following external package, although some keyboard shortcuts might not work. +- In Windows, general editing is available using the following [external package](#curses-for-windows), although some keyboard shortcuts might not work. ## Setup