From dfd8b658971005542c925494275c084c48a26adc Mon Sep 17 00:00:00 2001 From: rainyl Date: Tue, 2 Apr 2024 18:58:18 +0800 Subject: [PATCH] update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 23586cdf..b8717212 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ OpenCV Bindings for Dart Language. ## BREAKING CHANGES -Currently, the refactor of #13 has almost finished, and I have rewrote most of APIs to +Currently, the refactor of [#13](https://github.com/rainyl/opencv_dart/issues/13) has almost finished, and I have rewrote most of APIs to compitable with **opencv-python**, for example: ```dart @@ -34,7 +34,7 @@ final dst = cvtColor(src, cv.COLOR_BGR2GRAY); I am still considering how to migrate to the new APIs, considering the old versions still have many users, maybe release a new package will be a better choice, and once the new APIs are stable, I will -not fix the old ones actively. You can vote for this in #16 +not fix the old ones actively. You can vote for this in [#16](https://github.com/rainyl/opencv_dart/discussions/16) ## IMPORTANT