Skip to content

Commit 61e2f01

Browse files
chore: a few clarifications
1 parent d1ba370 commit 61e2f01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@
6767
## Installation
6868

6969
### Swift Package (Recommended)
70-
The [Swift Package Manager](https://swift.org/package-manager/ "") is a tool for automating the distribution of Swift code and is integrated into the swift compiler.
70+
The [Swift Package Manager](https://swift.org/package-manager/ "") is a tool for automating the distribution of Swift code that is well integrated with Swift build system.
7171

72-
Once you have your Swift package set up, adding `web3swift` as a dependency is as easy as adding it to the `dependencies` value of your `Package.swift`.
72+
Once you have your Swift project set up, adding `web3swift` as a dependency is as easy as adding it to the `dependencies` value of your `Package.swift`.
7373
```swift
7474
dependencies: [
7575
.package(url: "https://github.com/web3swift-team/web3swift.git", .upToNextMajor(from: "3.0.0"))

0 commit comments

Comments
 (0)