Pārlūkot izejas kodu

Updating title of app

Mano Marks 8 gadi atpakaļ
vecāks
revīzija
a01d01da63
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 2 2
      README.md

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