Updating title of app

This commit is contained in:
Mano Marks 2017-01-24 12:48:36 -08:00
parent 88d606ed58
commit a01d01da63

View File

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