colinmollenhour / mariadb-galera-swarm

MariaDb Galera Cluster container based on official mariadb image which can auto-bootstrap and recover cluster state.
https://hub.docker.com/r/colinmollenhour/mariadb-galera-swarm
Apache License 2.0
217 stars 102 forks source link

Correct typos in Docker Swarm README.md #23

Closed cpjolly closed 7 years ago

cpjolly commented 7 years ago

Hi Colin - Somehow the Docker Swarm README file picked up some incorrect formatting - probably my fault. Could you please merge with this updated commit ?

Many thanks

colinmollenhour commented 7 years ago

Thanks. Note I use squash when a PR has lots of commits so since I squashed your old commits you should use something like git reset --hard origin/master so that you're tracking the latest master with your squashed commits instead of merging.

cpjolly commented 7 years ago

Thanks Colin - sorry I forgot to squash up the commits...