From 45c71e70b46f913d686a957c907d9dfcf5830a0b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Erik=20Hedenstr=C3=B6m?= <erik@hedenstroem.com>
Date: Thu, 7 Aug 2014 09:50:09 +0200
Subject: [PATCH] Fixed typo

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index c81b89f..bc4af05 100644
--- a/README.md
+++ b/README.md
@@ -47,7 +47,7 @@ docker run -e JIRA_VERSION=6.3.1 -d registry.codemate.se/jira
 
 ### Overriding JIRA files
 
-By providing an environment variable name `JIRA_OVERLAY` that points to a directory or URL of a gzipped tar file you can apply an overlay on the JIRA installation. A directory will be recursively copied, and a tarball will be unzipped and extracted in the root of the Confluence installation directory. The overlay enables you to add custom JIRA configurations such as SSL or Crowd integration.
+By providing an environment variable name `JIRA_OVERLAY` that points to a directory or URL of a gzipped tar file you can apply an overlay on the JIRA installation. A directory will be recursively copied, and a tarball will be unzipped and extracted in the root of the JIRA installation directory. The overlay enables you to add custom JIRA configurations such as SSL or Crowd integration.
 
 ```
 docker run -e JIRA_OVERLAY=http://10.0.0.1/jira-config.tgz -d registry.codemate.se/jira
-- 
GitLab