aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuchen Pei <hi@ypei.me>2022-09-30 17:43:50 +1000
committerYuchen Pei <hi@ypei.me>2022-09-30 17:43:50 +1000
commit3d0b7a72dbf67f213470c8e123e8ef075dc5c916 (patch)
treeee339a92c15aa3780893a3989a652dab0885e568
parent800a7f150e311b9729a8af1c3a3815bb9e3fb1ea (diff)
minor wording
-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: