File tree 1 file changed +12
-4
lines changed
1 file changed +12
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Split.js
2
2
3
- Split.js is a clientside A/B testing library.
3
+ > 📉 Clientside A/B testing library
4
4
5
- Currently split.js uses google analytics as the datastore for experiments, this may be extended to handle multiple data stores in the future.
5
+ Currently split.js uses Google Analytics as the datastore for experiments, this may be extended to handle multiple data stores in the future.
6
+
7
+ ## Install
8
+
9
+ Put this file somewhere in your dependency path.
6
10
7
11
## Usage
8
12
@@ -46,6 +50,10 @@ it may not work inside `$(document).bind("ready", handler)` or an async loader.
46
50
47
51
* You can provide as many alternatives as you like but sample size will be much lower and take longer to show real results.
48
52
53
+ ## Contribute
54
+
55
+ Please conform to the [ Code of Conduct] ( CODE_OF_CONDUCT.md ) .
56
+
49
57
### Note on Patches/Pull Requests
50
58
51
59
* Fork the project.
@@ -54,6 +62,6 @@ it may not work inside `$(document).bind("ready", handler)` or an async loader.
54
62
(if you want to have your own version, that is fine but bump version in a commit by itself I can ignore when I pull)
55
63
* Send me a pull request. Bonus points for topic branches.
56
64
57
- ## Copyright
65
+ ## License
58
66
59
- Copyright (c) 2013 Andrew Nesbitt. See [ LICENSE] ( https://github.com/splitrb/split.js/blob/master/LICENSE ) for details.
67
+ Copyright (c) 2013-2018 Andrew Nesbitt. See [ LICENSE] ( https://github.com/splitrb/split.js/blob/master/LICENSE ) for details.
You can’t perform that action at this time.
0 commit comments