aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 67ccb72..a6b0ce8 100644
--- a/README.md
+++ b/README.md
@@ -23,9 +23,10 @@ Reading and understanding code is an essential part of the software development
* Types (actual type, instantiated type, instance resolution tree) and documentation on hover. Types are interactive: left-click on a type constructor -> go to definition, right click on a type constructor -> show kind signature.<br />
![Hover](https://haskell-code-explorer.mfix.io/hover.png)
-* Go to definition
+* Go to definition (cross-package)
-* Find references
+* Find references (cross-package)
+ ![References](https://haskell-code-explorer.mfix.io/references.png)
* Type of each expression<br />
![Expression](https://haskell-code-explorer.mfix.io/expressions.png)<br />