diff options
author | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2017-05-08 12:38:44 +0200 |
---|---|---|
committer | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2017-05-08 12:38:44 +0200 |
commit | 5059606d6a21c7c47d7ef53df69ab15e0f09191d (patch) | |
tree | 166e0002ac30453a26a33ce7d9c13c26d160b908 | |
parent | 610c836b10b9214fdbdbf87cddcc44afde8efc7e (diff) |
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -3,7 +3,7 @@ ## Summary A water consumption tracker running in the browser, written -with [GHCJS]() and [Reflex FRP](). +with [GHCJS][] and [Reflex FRP][]. ## Usage @@ -22,8 +22,8 @@ for today. ## Implementation notes -The application is written in Haskell, compiled with [GHCJS](), and -based on the [Reflex FRP]() library. +The application is written in Haskell, compiled with [GHCJS][], and +based on the [Reflex FRP][] library. [Reflex FRP]: https://github.com/reflex-frp/reflex [GHCJS]: https://github.com/ghcjs/ghcjs |