From ea69a933e14a68459e41da392ed9ed595bdecfea Mon Sep 17 00:00:00 2001 From: LAPTOP-VCGCOL4V Date: Tue, 17 Oct 2023 07:47:10 -0400 Subject: [PATCH] fix md config typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e68d0d4..07936e9 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ $ npm install Copy the contents from `sample-config.json` to `config.json`: ```bash -$ cp sample-confog.json config.json +$ cp sample-config.json config.json ```