From d8bbec7af1d3b594d023264e512025c03093cf2b Mon Sep 17 00:00:00 2001 From: Luke Lau Date: Wed, 1 Aug 2018 12:24:25 +0100 Subject: [PATCH] s/haskell-lsp-test/lsp-test --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4a8762b..6fa8ce6 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -# haskell-lsp-test [![Build Status](https://travis-ci.com/Bubba/haskell-lsp-test.svg?branch=master)](https://travis-ci.com/Bubba/haskell-lsp-test) -haskell-lsp-test is a functional testing framework for Language Server Protocol servers. +# lsp-test [![Build Status](https://travis-ci.com/Bubba/haskell-lsp-test.svg?branch=master)](https://travis-ci.com/Bubba/haskell-lsp-test) +lsp-test is a functional testing framework for Language Server Protocol servers. ```haskell import Language.Haskell.LSP.Test @@ -24,7 +24,7 @@ describe "diagnostics" $ ### Replaying captured session ```haskell -replaySession "hie --lsp" "test/data/renamePass" +replaySession "hie" "test/data/renamePass" ``` ### Parsing with combinators -- 2.30.2