From 465e249c499c8525afe12b272771713c45ea72c2 Mon Sep 17 00:00:00 2001 From: Bozhidar Batsov Date: Fri, 29 Dec 2017 16:06:04 +0200 Subject: [PATCH] [Fix #1138] Fix a typo in the README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 00fc05c..ddc8c8f 100644 --- a/README.md +++ b/README.md @@ -256,7 +256,7 @@ alias vi='emacsclient -t' The last two aliases are helpful if you're used to editing files from the command line using `vi(m)`. -Also you can open a file with cursor on choosen line: +You can also open a file with the cursor positioned directly on a specific line: ```bash emacsclient somefile:1234