diff --git a/README.md b/README.md index e0a9022..cef0d4d 100644 --- a/README.md +++ b/README.md @@ -523,7 +523,7 @@ let g:lightline = { \ 'my_component': 'MyComponent', ... ``` -If you want to get rid of the extraneous default vim mode information that is now provided by liteline: +If you want to get rid of the extraneous default vim mode information that is now provided by lightline: ```vim set noshowmode ```