From a2ea5974a689626d575c0829c33a92526e1f9d32 Mon Sep 17 00:00:00 2001 From: Michele Guerini Rocco Date: Thu, 9 Apr 2015 00:05:54 +0200 Subject: [PATCH] Update description --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d8dc3a6..a369d76 100644 --- a/README.md +++ b/README.md @@ -2,13 +2,15 @@ ### a url shortener Breve is a web application that provides a simple interface to -shortening long urls creating smaller and easy to remember links. +shortening long urls creating links smaller and easier to remember. -It creates links like "/emeaoinqua" that easier to remember than +It creates links in the form of "/emeaoinqua": easier to remember than alphanumeric strings like "/1Cqw8lHw" used by several services. +It was inspired by [hastebin](http://hastebin.com). + ## Running the app - + git clone https://github.com/rnhmjoj/breve cd breve cabal install --only-dependencies @@ -17,10 +19,10 @@ alphanumeric strings like "/1Cqw8lHw" used by several services. This will start the app on `http://127.0.0.1:3000` You can set the bind hostname/port via the `PORT` and `ADDRESS` -environment variables +environment variables. ## License Dual licensed under the MIT and GPL licenses: http://www.opensource.org/licenses/mit-license.php -http://www.gnu.org/licenses/gpl.html \ No newline at end of file +http://www.gnu.org/licenses/gpl.html