Skip to content

Commit f0739a5

Browse files
committed
Carthage example uses v0.7 instead of master
1 parent 4af0d3c commit f0739a5

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
@@ -32,10 +32,10 @@ Test-driven from Swift and implemented in Objective-C, to avoid burdening Object
3232
1. Create a Cartfile with the following line:
3333

3434
```
35-
github "rabbitmq/rabbitmq-objc-client" "master"
35+
github "rabbitmq/rabbitmq-objc-client" "v0.7"
3636
```
3737

38-
Replace `"master"` with the release, commit or branch of your choice.
38+
Replace `"v0.7"` with the release, commit or branch of your choice.
3939

4040
Run carthage, for example in a new project:
4141

0 commit comments

Comments
 (0)