Skip to content

Commit da1479a

Browse files
committed
feat: fixes
1 parent 000f8fc commit da1479a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Example/Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ let package = Package(
99
.macOS(.v12),
1010
],
1111
dependencies: [
12-
.package(name: "SwiftWebDriver", path: "../"),
12+
.package(url: "https://github.com/GetAutomaApp/SwiftWebDriver.git", branch: "master")
1313
],
1414
targets: [
1515
.executableTarget(

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Adding the dependency
1616
Add the following entry in your Package.swift to start using SwiftWebDriver:
1717

1818
```swift
19-
.package(url: "https://github.com/GetAutomaApp/SwiftWebDriver.git", branch: "master)
19+
.package(url: "https://github.com/GetAutomaApp/SwiftWebDriver.git", branch: "master")
2020
```
2121

2222
and add dependency to your target:

0 commit comments

Comments
 (0)