From f3ff8b3703b4e91c3be86c76828228aee3b4bc45 Mon Sep 17 00:00:00 2001 From: Paciupa <65620103+Paciupa@users.noreply.github.com> Date: Sun, 14 Jun 2026 02:16:16 +0300 Subject: [PATCH] Fix misspell in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index afbd200..2bc1aed 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ The easiest way to install is using [Package Control](https://packages.sublimete ## Manual install -Clean repository in your `Packages` directory. +Clone repository in your `Packages` directory. # Command Palette @@ -84,4 +84,4 @@ You can configure the plugin to use: |-----------------------|-------------------------------------------------------------------------------------------------------------------------------------------------|---------| | neocodemap_width | Set the default width of the codemap column
The value is a percentage of the layout
It should be compride between 0 and 1 where 1 is 100% | 0.20 | | neocodemap_position | Position of the codemap
- auto: opposite position of the sidebar
- left: on left
- right: on right | auto | -| neocodemap_max_indent | Choose the maximum indentation level to display
Using a negative value disables the limit | -1 | \ No newline at end of file +| neocodemap_max_indent | Choose the maximum indentation level to display
Using a negative value disables the limit | -1 |