]> git.parisson.com Git - mezzo.git/commitdiff
minor doc fix
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Thu, 3 Mar 2016 11:05:44 +0000 (12:05 +0100)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Thu, 3 Mar 2016 11:05:44 +0000 (12:05 +0100)
README.rst

index 67fd821c0b05f09e9e3a60c6a4b5e30cf0eebcaa..527b346884cf87f177e3b86e44f8f3614be34f5f 100644 (file)
@@ -30,13 +30,13 @@ For a production environment setup::
 
      docker-compose up
 
-Then browse the app at http://localhost:8010/ (replacing 'localhost' by the IP given by the docker terminal on OSX and Windows)
+Then browse the app at http://localhost:8010/ (replacing 'localhost' by the IP given by the docker terminal on OSX or Windows)
 
 For a development environment setup::
 
     docker-compose -f docker-compose.yml -f conf/dev.yml up
 
-Then browse the app at http://localhost:9010/ (replacing 'localhost' by the IP given by the docker terminal on OSX and Windows)
+Then browse the app at http://localhost:9010/ (replacing 'localhost' by the IP given by the docker terminal on OSX or Windows)
 
 
 Backup / Restore
@@ -54,7 +54,7 @@ To restore the backuped database, in another terminal (or a Docker Quickstart Te
     cd Manifeste
     scripts/restore.sh
 
-If app is broken after a restore script, restart the machine with::
+If the app is broken after a restore script, restart the machine with::
 
     docker-compose restart