From 08f2c265ed3cd9586cd2c058c5634cc0b0e3ff61 Mon Sep 17 00:00:00 2001 From: H2Sxxa Date: Sat, 16 Mar 2024 15:38:50 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=EF=B8=8F=20fix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index df8632b..d17434e 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ foo.demo() ### Custom ToolChain -'ToolChain' determines the ability to modify the class. +`ToolChain` determines the ability to modify the class. ```python from saleyo import Mixin, GCToolChain, Arguments, Pre