From 242150baa1ca3291b000f71fe77bb8fc70fc1e3e Mon Sep 17 00:00:00 2001 From: Namekuji Date: Fri, 16 Dec 2022 21:56:25 -0500 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 65fccea..4a439f1 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ The followings files need to be configured to run Audon. - `.end.production` - `config/livekit.yaml` -First, create them by coping the sample files. +First, create them by copying the sample files. ``` cp .env.production.sample .env.production && cp config/livekit.sample.yaml config/livekit.yaml