Updated readme for ghci calls
[advent-of-code-19.git] / README.md
index d5207a3c26d61f575b171688fbeab533d43b20ae..3c08dac9befd9dbc2144d01b1be1d87192b1ff4c 100644 (file)
--- a/README.md
+++ b/README.md
@@ -61,6 +61,11 @@ Run interactively with
 ```
 stack ghci advent01
 ```
+or 
+```
+stack ghci advent01:exe:advent01
+```
+if the first form is ambiguous. 
 
 To profile, use 
 ```