Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yeatse authored Mar 27, 2023
1 parent a3dd185 commit 265bc0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This swift package helps you easily import the prebuilt `opencv2.xcframework` in

## Installation

1. Add `https://github.com/Yeatse/OpenCV-SPM.git` to your package dependencies.
1. Add `https://github.com/yeatse/opencv-spm.git` to your package dependencies.

![add dependency](screenshots/add%20dependency.png)

Expand Down Expand Up @@ -95,4 +95,4 @@ smooth.copy(to: vertical, mask: edges)

// Show final result
let result = vertical.toUIImage()
```
```

0 comments on commit 265bc0a

Please sign in to comment.