README.md: Fix incorrect indentation/syntax highlighting

This commit is contained in:
Josh Dick
2016-10-04 18:31:04 -04:00
committed by GitHub
parent 27ec24b912
commit 369ab63308

View File

@@ -87,9 +87,9 @@ The vim-airline theme:
Place `onedark.vim` in your `~/.vim/autoload/airline/themes/` directory either manually or by using your Vim plug-in manager of choice, then add the following line to your `~/.vimrc`:
```vim
let g:airline_theme='onedark'
```
```vim
let g:airline_theme='onedark'
```
---