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 ```