Comparing version 0.0.27 to 0.0.28
{ | ||
"name": "autotune", | ||
"version": "0.0.27", | ||
"version": "0.0.28", | ||
"description": "Automatically tune JavaScript apps", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -18,14 +18,14 @@ # autotune: automatic A/B testing for any app | ||
```html | ||
<!-- Load autotune along with what it has learned so far. --> | ||
<script src="//js.autotune.xyz/11397f73-ff90-4831-b7f7-85023f1741e4.js"></script> | ||
<!-- Place a few options between <autotune> tags. --> | ||
<autotune> | ||
<h1>We're here to revolutionize the healthcare industry with blockchain-based nursing.</h1> | ||
<h1>We're here to revolutionize location-based news aggregation with proximity drones.</h1> | ||
<h1>We're here to revolutionize meme aggregation and delivery with AI-based CDNs.</h1> | ||
<h1>We're revolutionizing healthcare with blockchain nursing.</h1> | ||
<h1>We're revolutionizing local news with proximity drones.</h1> | ||
<h1>We're revolutionizing meme delivery with AI-based CDNs.</h1> | ||
</autotune> | ||
<!-- Indicate a desirable outcome with autotune attributes. --> | ||
<!-- Indicate a desirable outcome with the autotune attribute. --> | ||
<a href="/signup" autotune>Sign up</a> | ||
<!-- Load autotune along with what autotune has learned so far. --> | ||
<script src="//js.autotune.xyz/11397F73-FF90-4831-B7F7-85023F1741E4.js"></script> | ||
``` | ||
@@ -32,0 +32,0 @@ |
68799