Skip to content

Commit 0a0c840

Browse files
author
mrmrs
committed
Update homepage of site
1 parent dcc2612 commit 0a0c840

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ <h1>Getting Started</h1>
5151
<p class="measure lh-copy">
5252
Copy the line of code below and paste it in the head of the html file(s) you want to include tachyons in.
5353
</p>
54-
<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>
54+
<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://npmcdn.com/tachyons@4.0.0-beta.5/css/tachyons.min.css"&gt;</code></pre>
5555
<p class="mt4"><b>or</b> install via npm</p>
56-
<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>
56+
<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@4.0.0-beta.5</code></pre>
5757
<p class="mt4"><b>or</b> grab all the source files and build+develop locally</p>
5858
<pre class="pre black-70" style="overflow: auto"><code class="code f6 dib pa2 bg-near-white" style="font-size: 14px;">git clone git@github.com:tachyons-css/tachyons.git
5959
cd tachyons

0 commit comments

Comments
 (0)