Skip to content

Commit 77fe6c3

Browse files
committed
Update README.md
1 parent 9a2482a commit 77fe6c3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,10 @@ In your project folder run:
2121
* for JUNIT format: `swift test | testify junit`
2222
* for MD format: `swift test | testify md`
2323

24-
If no argument or wrong argument added then output format fallbacks to JSON!
25-
2624
You can just use the [Swift Package Manager](https://theswiftdev.com/2017/11/09/swift-package-manager-tutorial/) as usual:
2725

2826
```swift
29-
.package(url: "https://github.com/binarybirds/testify", from: "1.1.0"),
27+
.package(url: "https://github.com/binarybirds/testify", from: "1.1.1"),
3028
```
3129

3230
⚠️ Don't forget to add "Testify" to your target as a dependency!

0 commit comments

Comments
 (0)