diff --git a/readme_zh-CN.md b/readme_zh-CN.md index 140df4f..5219492 100644 --- a/readme_zh-CN.md +++ b/readme_zh-CN.md @@ -57,7 +57,7 @@ 删除节点有两种模式:`Delete With Children` 和 `Delete Single Node`. 后者只删除当前单个节点;而前者还会自动删除以这个节点为根节点的所有节点,就不用一个一个删除啦。 -> `Deletw With Children`方法基于回溯算法实现。 +> `Delete With Children`方法基于回溯算法实现。 被删除的节点会变灰显示。删除节点的效果如下: @@ -91,4 +91,4 @@ - ONNX Python API [Official doc](https://github.com/onnx/onnx/blob/main/docs/PythonAPIOverview.md), [Leimao's Blog](https://leimao.github.io/blog/ONNX-Python-API/) - ONNX IO Stream [Leimao's Blog](https://leimao.github.io/blog/ONNX-IO-Stream/) - [onnx-utils](https://github.com/saurabh-shandilya/onnx-utils) -- [sweetalert](https://github.com/t4t5/sweetalert) \ No newline at end of file +- [sweetalert](https://github.com/t4t5/sweetalert)