From cba967ef9d29f887c5d4c862eb6cc834d6b1d9e8 Mon Sep 17 00:00:00 2001 From: Tad McCorkle Date: Tue, 14 Nov 2023 07:20:46 -0500 Subject: [PATCH] docs: minor README change --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2ec3059..d1c72a7 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Tools for working with markdown files in Neovim. - [Usage](#usage) - [Inline surround](#inline-surround) - [Table of contents](#table-of-contents) - - [List editing](#list-editing) + - [Lists](#lists) - [Links](#links) - [*nvim-treesitter* module](#nvim-treesitter-module) @@ -197,7 +197,7 @@ Detailed usage instructions can be found in the help doc (`:h markdown.usage`). - [Inline Surround](#inline-surround) - [Table of Contents](#table-of-contents) -- [List Editing](#list-editing) +- [Lists](#lists) - [Links](#links) ### Inline surround @@ -301,7 +301,7 @@ Headings can be omitted from the TOC by flagging them with ` ## heading 2 ``` -### List editing +### Lists Most list editing commands are intended to be invoked by custom keymaps (see notes on the `on_attach` field under [configuration](#configuration)).