Skip to content

Commit aed9081

Browse files
committed
docs: small edits
1 parent 355d062 commit aed9081

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

Readme.md

+12-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
# Split.js
22

3-
Split.js is a clientside A/B testing library.
3+
> 📉 Clientside A/B testing library
44
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.
610

711
## Usage
812

@@ -46,6 +50,10 @@ it may not work inside `$(document).bind("ready", handler)` or an async loader.
4650

4751
* You can provide as many alternatives as you like but sample size will be much lower and take longer to show real results.
4852

53+
## Contribute
54+
55+
Please conform to the [Code of Conduct](CODE_OF_CONDUCT.md).
56+
4957
### Note on Patches/Pull Requests
5058

5159
* Fork the project.
@@ -54,6 +62,6 @@ it may not work inside `$(document).bind("ready", handler)` or an async loader.
5462
(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)
5563
* Send me a pull request. Bonus points for topic branches.
5664

57-
## Copyright
65+
## License
5866

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.

0 commit comments

Comments
 (0)