From a221abf41ca9c28d267f7da272ec12ccd2688b94 Mon Sep 17 00:00:00 2001 From: alexwl Date: Fri, 5 Oct 2018 13:51:12 +0300 Subject: Fixed example in README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 7ffc915..f52198f 100644 --- a/README.md +++ b/README.md @@ -81,12 +81,12 @@ Index package : haskell-code-indexer --package PATH ``` -Index package with specific dist directory : +Index package with specific `dist` directory: ```bash -haskell-code-indexer --package PATH --dist dist-newstyle +haskell-code-indexer --package PATH --dist dist-newstyle/build/x86_64-linux/ghc-8.2.2/hpath-0.9.2 ``` -Index package built by Stack : +Index package built by Stack: ```bash haskell-code-indexer --package PATH --dist $(stack path --dist-dir) ``` -- cgit v1.2.3