From 5a674988e806f2c61ec19a55eda1c0991a4da2ff Mon Sep 17 00:00:00 2001 From: Hackerpilot Date: Thu, 7 Nov 2013 14:02:19 -0800 Subject: [PATCH] Fix #72 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1045ca6..f7f8d42 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ When the first line of output is "identifiers", the editor should display a completion list. ####Output format A line containing the string "identifiers" followed by the completions that are -available, one per line. Each line consists of the completion name folled by a +available, one per line. Each line consists of the completion name followed by a tab character, followed by a completion kind #####Completion kinds * c - class name @@ -115,7 +115,7 @@ to return the path to the file and the byte offset of the declaration of the symbol at the given cursor position. The output consists of the absolute path to the file followed by a tab character -followed by the byte offset, folled by a newline character. For example +followed by the byte offset, followed by a newline character. For example /home/example/src/project/bar.d 3482 #Server