Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
ctews committed May 10, 2016
1 parent 4292081 commit f7992f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# SwiftABTest
This is a very basic Split Testing implemented in Swift. You can use A/B Testing and "A/B/C" testing. You can also have a weighted distribution for the A/B testing.
SwiftABTest will save the split group membership of a user into NSUserDefaults to guarantee this specific user always gets the same result until an app update.

## Usage
Just use `CTSplitTest().runABTest(...)` - it uses a 50-50 weighted distribution by default but you can adjust it by using `CTSplitTest.runABTest([0.3,0.7],...)` to have a 30-70 weighted distribution.
Expand Down

0 comments on commit f7992f7

Please sign in to comment.