Updated readme
[advent-of-code-16.git] / README.md
index 5c7f379a22baa53e2a9673e7b95e1cf955897635..9fa57694a2f05e1ef846ed9f8f365a003b09484c 100644 (file)
--- a/README.md
+++ b/README.md
@@ -13,9 +13,10 @@ $ sudo aptitude install haskell-platform
 ```
 ).
 
-I'm also using the `MissingH` library (install with 
+I'm also using the `MissingH` and `Parsec-number` libraries (install with 
 ```
 $ cabal install MissingH
+$ cabal install parsec-number
 ```
 )