From 5b2183f655fae6d5c27f02b2fc9252b8906d1e56 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Fri, 19 Apr 2024 03:40:08 +0900 Subject: [PATCH] docs: update README.md commond -> command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5e67625..a5269c9 100644 --- a/README.md +++ b/README.md @@ -647,7 +647,7 @@ Before submitting your code, please ensure that it is formatted according to the poetry run black dbgpt_hub ``` -If you have more time to execute more detailed type checking and style checking of your code, please use the following commond: +If you have more time to execute more detailed type checking and style checking of your code, please use the following command: ``` poetry run pyright dbgpt_hub poetry run pylint dbgpt_hub