Skip to content

Commit 9da1402

Browse files
committed
Chore: README edit
1 parent 8f93752 commit 9da1402

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,13 @@ The Swift Package Manager is a tool for automating the distribution of Swift cod
3737

3838
Once you have your Swift package set up, adding the SDK as a dependency is as easy as adding it to the dependencies value of your Package.swift.
3939

40+
```swift
4041
dependencies: [
4142
.package(url: "https://github.com/JEJEMEME/SCToolTip.git")
4243
]
44+
```
4345
or File -> Add Packages... -> Search https://github.com/JEJEMEME/SCToolTip.git -> Install
46+
4447

4548
# Contribution
4649
Contributions are welcome! If you'd like to improve SCToolTipView, please feel free to fork the repository, make changes, and submit a pull request.

0 commit comments

Comments
 (0)