diff --git a/README.md b/README.md index b4f1f6c..44afcf9 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ and start it with $ breve The app will start serving on `http://localhost:3000`, listening on every active interface. + You can change the port and set a hostname via the `PORT` and `HOSTNAME` environment variables. ## License diff --git a/breve.cabal b/breve.cabal index 4287729..d890c33 100644 --- a/breve.cabal +++ b/breve.cabal @@ -1,5 +1,5 @@ name: breve -version: 0.0.2.0 +version: 0.0.2.1 synopsis: a url shortener description: