From 9858194a644974e020f99a55f99e7ab8962e21bc Mon Sep 17 00:00:00 2001 From: Hamid Zare Date: Fri, 29 Jun 2018 16:16:09 -0500 Subject: [PATCH] fixed typos/capitalization --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 18f774a..4f10cb9 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,7 @@ cursor position (in bytes). This will cause the client to print a listing of completions to *stdout*. The client will print either a listing of function call tips, or a listing of of completions depending on if the cursor was directly after a dot character or after -a left parethesis. +a left parenthesis. The file name is optional. If it is not specified, input will be read from *stdin*.