diff --git a/README.md b/README.md index c272111..6d90ded 100644 --- a/README.md +++ b/README.md @@ -192,7 +192,7 @@ If you have installed the patched font for powerline, use the following settings let g:lightline = { \ 'colorscheme': 'wombat', \ 'component': { - \ 'readonly': '%{&readonly?"":""}', + \ 'readonly': '%{&readonly?"":""}', \ }, \ 'separator': { 'left': '', 'right': '' }, \ 'subseparator': { 'left': '', 'right': '' }