From 623f4f060af9d17ae8cfe56b8cf8332d0596b097 Mon Sep 17 00:00:00 2001 From: Hackerpilot Date: Wed, 6 Nov 2013 19:16:19 -0800 Subject: [PATCH] Fixed markup in go-to-symbol example --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1045ca6..07d27f5 100644 --- a/README.md +++ b/README.md @@ -115,7 +115,8 @@ 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, folled by a newline character. For example: + /home/example/src/project/bar.d 3482 #Server