From e01e8e4c01deb3beff244b0d11c4eb8cc1a4cc0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ky=C3=A2ne=20Pichou?= Date: Fri, 5 Oct 2018 21:19:39 +0200 Subject: [PATCH] Fix typo (#323) Thanks @adam-golab for the report (#320) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9357b99..5f87674 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ To install the team edition, comment out the two following lines in docker-compo args: - edition=team ``` -The `app` Dockerfile will read the `edition` build argument to install Team (`edition = 'team'`) or Entreprise (`edition != team`) edition. +The `app` Dockerfile will read the `edition` build argument to install Team (`edition = 'team'`) or Enterprise (`edition != team`) edition. ### Database container This repository offer a Docker image for the Mattermost database. It is a customized PostgreSQL image that you should configure with following environment variables :