From a8b6f4d44cdfe00ae79ad6558db19063937fbce6 Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Fri, 26 Sep 2014 10:05:08 +0800 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index b4df090..fcc9d24 100644 --- a/README.md +++ b/README.md @@ -63,11 +63,11 @@ Flow: * Find Usages Flow: -1. Browser sends code assist request -2. Handler gets user workspace of the request with HTTP session -3. Server executes ````gocode````/````ide_stub````
- 3.1 Sets environment variables (e.g. ${GOPATH})
- 3.2 ````gocode```` with ````lib-path```` parameter + 1. Browser sends code assist request + 2. Handler gets user workspace of the request with HTTP session + 3. Server executes ````gocode````/````ide_stub````
+ 3.1 Sets environment variables (e.g. ${GOPATH})
+ 3.2 ````gocode```` with ````lib-path```` parameter ## Documents