From 19e0ffa5f6b1cacdf83673f2ec8775677e2904e6 Mon Sep 17 00:00:00 2001 From: Derek Mahar Date: Mon, 12 Sep 2016 13:56:47 -0400 Subject: [PATCH] Corrected title of example "Java Web Application with Tomcat and Sidercar Container". --- javaweb-tomcat-sidecar/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/javaweb-tomcat-sidecar/README.md b/javaweb-tomcat-sidecar/README.md index 01d66990..666af39f 100644 --- a/javaweb-tomcat-sidecar/README.md +++ b/javaweb-tomcat-sidecar/README.md @@ -32,7 +32,7 @@ Documentation for other releases can be found at -## Java Web Application with Tomcat and Sidercar Container +## Java Web Application with Tomcat and Sidecar Container The following document describes the deployment of a Java Web application using Tomcat. Instead of packaging `war` file inside the Tomcat image or mount the `war` as a volume, we use a sidecar container as `war` file provider.