From 09065fdabee016095b55c1b16f6daed198277ce2 Mon Sep 17 00:00:00 2001 From: "Brandon R. Stoner" Date: Fri, 20 Sep 2013 17:22:10 -0700 Subject: [PATCH] Fixed typo where left should be right. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e502212..3661f9c 100644 --- a/README.md +++ b/README.md @@ -301,7 +301,7 @@ Okay. It works nice. How does lightline decide the components to show in the statusline? It's very simple. -The variables to select components are `g:lightline.active.left` and `g:lightline.active.left`. +The variables to select components are `g:lightline.active.left` and `g:lightline.active.right`. For example, you add the `g:lightline.active.left` in `.vimrc`. ```vim let g:lightline = {