From fb5d2dc1b97d0a26d2f549af1e42ab0a06abbc53 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Tue, 5 May 2015 14:50:15 +0900 Subject: [PATCH] Update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 45bfc5a..4e6ee30 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ The window can be resized with the usual `[count]` + `>`, `<`, `+`, The expected format of a dimension expression is `[WIDTH][XOFFSET][x[HEIGHT][YOFFSET]]`. `XOFFSET` and `YOFFSET` should be -prefixed by `+` or `-`. Each component can be given in percantage. +prefixed by `+` or `-`. Each component can be given in percentage. ```vim " Width @@ -48,7 +48,7 @@ Goyo x30 Goyo 120x30 " In percentage -Goyo 70%x50% +Goyo 120x50% " With offsets Goyo 50%+25%x50%-25%