Skip to content

Commit 7b53f91

Browse files
committed
docs: fix missing quotation marks in readme
1 parent 3c94266 commit 7b53f91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ Install the plugin with your preferred package manager:
273273
-- by default all keymaps are enabled, but you can disable some of them,
274274
-- by removing them from the list.
275275
-- If you rather use another key, you can map them
276-
-- to something else, e.g., { [";"] = "L", [","] = H }
276+
-- to something else, e.g., { [";"] = "L", [","] = "H" }
277277
keys = { "f", "F", "t", "T", ";", "," },
278278
---@alias Flash.CharActions table<string, "next" | "prev" | "right" | "left">
279279
-- The direction for `prev` and `next` is determined by the motion.

0 commit comments

Comments
 (0)