From caa6ba29fefaf6d450857c523e161344f9818464 Mon Sep 17 00:00:00 2001 From: sharkdp Date: Sun, 10 Jan 2016 13:40:48 +0100 Subject: [PATCH] Installation instructions --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f174e9..8b9d2c9 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ url = do possibly "www." anythingBut " " endOfLine - + > test url "https://www.google.com" true ``` @@ -27,3 +27,8 @@ Using Functor/Applicative notation (note that special characters are properly es ``` For more examples, see the [tests](test/Main.purs). + +## Installation +``` +bower install purescript-verbal-expressions +```