Skip to content

Commit

Permalink
[README.md] Fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
dasmer committed Nov 12, 2014
1 parent ac7c3f2 commit f6e4435
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ NSString *buttonText = [DAZABTest splitTestWithName:@"SampleEqualWeightTestName"
NSDictionary *conditions = @{[UIColor redColor]: @(0.30),
[UIColor blueColor]: @(0.25),
[UIColor yellowColor]: @(0.25),
[UIColor greenColor]: @(0.20),
};
[UIColor greenColor]: @(0.20)};
UIColor *buttonColor = [DAZABTest splitTestWithName:@"SampleUnequalWeightTestName"
conditions:conditions];
```
Expand Down

0 comments on commit f6e4435

Please sign in to comment.