We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f61f3d5 commit 13aa253Copy full SHA for 13aa253
README.md
@@ -10,6 +10,10 @@ Next, install the project's dependencies by running `npm install`.
10
11
Finally, simply run `gulp` from the command line and then open `build/index.html` in your browser.
12
13
+Because this uses ECMAScript 2015, you'll need to ensure you run `gulp` with the `--harmony` flag. You can do this with the following alias:
14
+
15
+```alias gulp='node --harmony `which gulp`'```
16
17
## The Math
18
19
For an explanation of the math behind A/B testing significance calculations, checkout this excellent series by Aaron O'Connell:
0 commit comments