From 03cf1fefbc6b5800b6e36a9be28e3f7e44c6d7a6 Mon Sep 17 00:00:00 2001 From: tanimdiucse123 <97121933+tanimdiucse123@users.noreply.github.com> Date: Fri, 11 Mar 2022 14:15:59 +0600 Subject: [PATCH] Punctuation error It seems you are missing a comma. Consider adding a comma. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 326a2cda2c..b51aff62a9 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ Table of Contents: Appwrite backend server is designed to run in a container environment. Running your server is as easy as running one command from your terminal. You can either run Appwrite on your localhost using docker-compose or on any other container orchestration tool like Kubernetes, Docker Swarm, or Rancher. -The easiest way to start running your Appwrite server is by running our docker-compose file. Before running the installation command make sure you have [Docker](https://www.docker.com/products/docker-desktop) installed on your machine: +The easiest way to start running your Appwrite server is by running our docker-compose file. Before running the installation command, make sure you have [Docker](https://www.docker.com/products/docker-desktop) installed on your machine: ### Unix