From a01d01da6307dbf05f374ed4fb7ed15164576718 Mon Sep 17 00:00:00 2001 From: Mano Marks Date: Tue, 24 Jan 2017 12:48:36 -0800 Subject: [PATCH] Updating title of app --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6f062ee..a95f13f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -Instavote +Example Voting App ========= Getting started @@ -12,7 +12,7 @@ docker-compose up ``` The app will be running at [http://localhost:5000](http://localhost:5000), and the results will be at [http://localhost:5001](http://localhost:5001). -Alternately, if you want to run it on a [Docker Swarm](https://docs.docker.com/engine/swarm/), first make sure you have a Swarm. If you don't, run: +Alternately, if you want to run it on a [Docker Swarm](https://docs.docker.com/engine/swarm/), first make sure you have a swarm. If you don't, run: ``` docker swarm init ```