Skip to content

Commit

Permalink
doc: fix code block
Browse files Browse the repository at this point in the history
  • Loading branch information
Yazawazi committed May 17, 2024
1 parent e1a32dc commit 5d61288
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,7 @@ def gray_it(image: funix.hint.BytesImage) -> funix.hint.Image:

```bash
pip install funix[ipython]
``
```

3. 或许未来有其他可选的新功能,您可以试着安装完全的 Funix:

Expand Down

0 comments on commit 5d61288

Please sign in to comment.