Update index.html
diff --git a/index.html b/index.html
index 9f0c644..4f113e0 100644
--- a/index.html
+++ b/index.html
@@ -24,12 +24,10 @@
<h1 class="title">gvt</h1>
</header>
<div id="container">
- <p class="tagline">The simplest go vendoring tool</p>
+ <p class="tagline">The simplest go vendoring tool, based on gb-vendor</p>
<div id="main" role="main">
<div class="download-bar">
<div class="inner">
- <a href="https://github.com/FiloSottile/gvt/tarball/master" class="download-button tar"><span>Download</span></a>
- <a href="https://github.com/FiloSottile/gvt/zipball/master" class="download-button zip"><span>Download</span></a>
<a href="https://github.com/FiloSottile/gvt" class="code">View gvt on GitHub</a>
</div>
<span class="blc"></span><span class="trc"></span>
@@ -37,7 +35,7 @@
<article class="markdown-body">
<p><code>gvt</code> is a simple Go vendoring tool made for the GO15VENDOREXPERIMENT, based on <a href="https://github.com/constabulary/gb">gb-vendor</a>.</p>
-<p>It lets you easily and "idiomatically" include external dependencies in your repository to get reproducible builds.</p>
+<p><code>gvt</code> lets you easily and "idiomatically" include external dependencies in your repository with the GO15VENDOREXPERIMENT to get reproducible builds.</p>
<ul>
<li><p><strong>No need to learn a new tool or format!</strong><br>