Skip to content

Commit 96e5f67

Browse files
authored
Update README.md
1 parent 38aac09 commit 96e5f67

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,11 @@ SwiftUI Code39 is a Swift package that provides an easy way to generate Code 39
44

55
## Installation
66

7-
To use SwiftUI Code39 in your project, add the following line to your `Package.swift` file:
7+
To use SwiftUI Code39 in your project:
88

9-
```swift
10-
dependencies: [
11-
.package(url: "https://github.com/jiahan-wu/swiftui-code39.git", from: "1.0.0")
12-
]
13-
```
9+
1. Xcode > File > Add Package Dependencies
10+
2. Add `https://github.com/jiahan-wu/swiftui-code39.git`
11+
3. Select "Up to Next Major Version" with "1.0.0"
1412

1513
Then, import the package in your Swift code:
1614

0 commit comments

Comments
 (0)