From f6bafc4a01ae154f669357dea33b3a80fd24d11b Mon Sep 17 00:00:00 2001 From: David Zhao Date: Wed, 9 Jun 2021 09:38:26 -0700 Subject: [PATCH] Fix deployment guide URL --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 73b48eb78..38c4e7816 100644 --- a/README.md +++ b/README.md @@ -112,9 +112,9 @@ This token has an expiration of a month, which is useful for development & testi LiveKit is deployable to any environment that supports docker, including Kubernetes and Amazon ECS. -LiveKit is distributed, and scales by adding nodes. Different server instances coordinate via Redis to ensure clients in the same room are served by the same instance. Redis is the only external dependency for a production deployment. +LiveKit is distributed, and scales by adding nodes. Server instances coordinate via Redis to ensure clients in the same room are served by the same instance. Redis is the only external dependency for a production deployment. -See documentation at https://docs.livekit.io/guides/deploy +See documentation at https://docs.livekit.io/guides/deployment ## License