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 |