aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <code@mail.matthias.benkard.de>2017-05-08 12:38:44 +0200
committerMatthias Andreas Benkard <code@mail.matthias.benkard.de>2017-05-08 12:38:44 +0200
commit5059606d6a21c7c47d7ef53df69ab15e0f09191d (patch)
tree166e0002ac30453a26a33ce7d9c13c26d160b908
parent610c836b10b9214fdbdbf87cddcc44afde8efc7e (diff)
Fix README.HEADmaster
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index a38b741..ed7be7e 100644
--- a/README.md
+++ b/README.md
@@ -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