aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.org4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.org b/README.org
index a22302c..a3c7475 100644
--- a/README.org
+++ b/README.org
@@ -30,13 +30,13 @@ haskell-code-indexer -p .
#+end_src
After indexing the ./dist-newstyle directory is no longer by hcel and
-can be removed to save space. To launch the app, run
+can be removed to save space. To launch the server, run
#+begin_src sh
haskell-code-server -p /path/to/package1 -p /path/to/package2 ...
#+end_src
-and the server will be available at localhost:8080.
+and it will be serving JSON at localhost:8080.
You can also hook up a local hoogle for documentation lookup: