Skip to content

Commit fbb27ae

Browse files
committed
Merge pull request tachyons-css#11 from icco/patch-1
Shorter S3 link is better
2 parents 621a8e7 + ce911e0 commit fbb27ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/templates/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ <h1>Getting Started</h1>
2424
<p class="measure lh-copy">
2525
Copy the line of code below and paste it in the head of the html file(s) you want to include tachyons in.
2626
</p>
27-
<pre class="pre black-70" style="overflow: auto"><code class="code f6 dib pa2 bg-near-white" style="font-size: 14px;">&lt;link rel="stylesheet" href="https://s3-us-west-1.amazonaws.com/tachyons-css/4.0.1-beta/tachyons.min.css"&gt;</code></pre>
27+
<pre class="pre black-70" style="overflow: auto"><code class="code f6 dib pa2 bg-near-white" style="font-size: 14px;">&lt;link rel="stylesheet" href="https://tachyons-css.s3.amazonaws.com/4.0.1-beta/tachyons.min.css"&gt;</code></pre>
2828
<p class="mt4"><b>or</b> install via npm</p>
2929
<pre class="pre black-70" style="overflow: auto"><code class="code f6 dib pa2 bg-near-white" style="font-size: 14px;">npm install --save-dev tachyons</code></pre>
3030
<p class="mt4"><b>or</b> grab all the source files and build+develop locally</p>

0 commit comments

Comments
 (0)