From 5d612884f693c5c95c3cd71612c38a88ccfd59d3 Mon Sep 17 00:00:00 2001 From: yazawazi <47273265+Yazawazi@users.noreply.github.com> Date: Thu, 9 May 2024 08:51:02 +0800 Subject: [PATCH] doc: fix code block --- README.md | 2 +- README.zh-CN.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 45fb9bf..476d504 100644 --- a/README.md +++ b/README.md @@ -545,7 +545,7 @@ def gray_it(image: funix.hint.BytesImage) -> funix.hint.Image: ```bash pip install funix[ipython] - `` + ``` 3. If you need to have more than one feature, you can try installing them together: diff --git a/README.zh-CN.md b/README.zh-CN.md index fd0c599..f0118cf 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -549,7 +549,7 @@ def gray_it(image: funix.hint.BytesImage) -> funix.hint.Image: ```bash pip install funix[ipython] - `` + ``` 3. 或许未来有其他可选的新功能,您可以试着安装完全的 Funix: