Skip to content

Commit ba3caf1

Browse files
FrankKairE-B-Smith
authored andcommitted
Corrects readme using proper Swift syntax (#747)
1 parent 09bdb0d commit ba3caf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ let branch: Branch = Branch.getInstance()
230230
231231
```swift
232232
//TODO: Remove for launch
233-
Branch.useTestBranchKey = YES;
233+
Branch.useTestBranchKey = true
234234
```
235235

236236
#### Parameters

0 commit comments

Comments
 (0)