From d86d2e16c861c7872110e2e04f5d4f79a2c60f22 Mon Sep 17 00:00:00 2001 From: Ric Harvey Date: Fri, 17 Feb 2017 12:10:43 +0000 Subject: [PATCH] Fix table syntax in MD --- README.md | 2 +- docs/versioning.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8ba2726..205f801 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ If you have improvements or suggestions please open an issue or pull request on ### Versioning | Docker Tag | GitHub Release | Nginx Version | PHP Version | Alpine Version | -|-----|-------|-----|--------| +|-----|-------|-----|--------|--------| | latest | Master Branch |1.11.10 | 7.1.1 | 3.4 | For other tags please see: [versioning](docs/versioning.md) diff --git a/docs/versioning.md b/docs/versioning.md index 512a604..207b9c0 100644 --- a/docs/versioning.md +++ b/docs/versioning.md @@ -14,7 +14,7 @@ We will use the [semver](http://ricostacruz.com/cheatsheets/semver.html) style n The latest tag will always follow the master branch in git. the other versions will have releases attached. | Docker Tag | GitHub Release | Nginx Version | PHP Version | Alpine Version | Container Scripts | -|-----|-------|-----|--------|--------| +|-----|-------|-----|--------|--------|--------| | latest | Master Branch |1.11.10 | 7.1.1 | 3.4 | 0.2.6 | | 1.1.1 | 1.1.1 |1.11.9 | 7.1.1 | 3.4 | 0.2.5 | | 1.1.2 | 1.1.2 |1.11.10 | 7.1.1 | 3.4 | 0.2.6 |