From 61dc8e901856d06c949d0d5b6ed636140b69a506 Mon Sep 17 00:00:00 2001 From: Josh Davis Date: Mon, 15 Jul 2013 20:04:51 -0700 Subject: [PATCH] Fix misspelling of Powerline --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a1b247d..0eab3a8 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ This plugin follows the standard runtime path structure, and as such it can be i # Integrating with powerline fonts -For the nice looking powerline symbols to appear, you will need to install a patched font. Instructions can be found in the official powerline [documentation][t]. Prepatched fonts can be found in the [powerine-fonts][c] repository. +For the nice looking powerline symbols to appear, you will need to install a patched font. Instructions can be found in the official powerline [documentation][t]. Prepatched fonts can be found in the [powerline-fonts][c] repository. Finally, enable them in vim-airline by adding `let g:airline_powerline_fonts = 1` to your vimrc.