Reexport modules via cabal
[opengl.git] / README.md
index 0af386e54c3a75c8be2f2af3af767ff6fb2693ce..dd715067b74e46686c53ab3e4a7415ccf9009fac 100644 (file)
--- a/README.md
+++ b/README.md
@@ -7,8 +7,8 @@ runSession "session/root/dir" $ do
   
   skipMany notification
 
-  sendRequest TextDocumentDocumentSymbol (DocumentSymbolParams doc)
-              
-  rspSymbols <- response :: DocumentSymbolsResponse
-  let (List symbols) = fromJust (rspSymbols ^. result)
+  symbols <- getDocumentSymbols doc
 ```
+
+## Developing
+To test make sure you have [haskell-ide-engine](https://github.com/haskell/haskell-ide-engine) installed.