Rename Language.Haskell.LSP.Test => Language.LSP.Test
[lsp-test.git] / README.md
index dbf803cdb2eff01de2c22747e0d62b5c0a3269e3..7ba10d6a2b273dbb0ec4b095814c716b6805b684 100644 (file)
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
 lsp-test is a functional testing framework for Language Server Protocol servers.
 
 ```haskell
-import Language.Haskell.LSP.Test
+import Language.LSP.Test
 main = runSession "hie" fullCaps "proj/dir" $ do
   doc <- openDoc "Foo.hs" "haskell"
   skipMany anyNotification