From 0935b935c9be8541f4919db9235035587d10322f Mon Sep 17 00:00:00 2001 From: yaegassy Date: Wed, 30 Mar 2022 17:42:15 +0900 Subject: [PATCH] fix: command and args typo in website/docs (#79) --- website/docs/command-line-usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/command-line-usage.md b/website/docs/command-line-usage.md index 5d05668..8bb315d 100644 --- a/website/docs/command-line-usage.md +++ b/website/docs/command-line-usage.md @@ -96,7 +96,7 @@ curlylint --template-tags '[["cache", "endcache"]]' template-directory/ Read configuration from the provided file. ```bash -curlylint--config test_pyproject.toml template-directory/ +curlylint --config test_pyproject.toml template-directory/ ``` ## Reading from standard input