From 88b82c9e1145ba1e2151d33cfbc568e2e6089981 Mon Sep 17 00:00:00 2001 From: Colin Griffin Date: Wed, 30 Nov 2022 11:28:40 -0500 Subject: [PATCH] remove extra tabs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a538807..499b747 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ If you are evaluating Cal.com or running with minimal to no modifications, this 3. Prepare your configuration: Rename `.env.example` to `.env` and then update `.env` ```bash - cp .env.example .env + cp .env.example .env ``` Most configurations can be left as-is, but for configuration options see [Important Run-time variables](#important-run-time-variables) below.