Skip to content

Commit 52d3364

Browse files
author
Lachlan Campbell
committed
Switch from npmcdn to unpkg
1 parent 2033354 commit 52d3364

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ <h1 class="mtn f4 ttu tracked">Getting Started</h1>
107107
<p class="f5 measure lh-copy">
108108
Copy the line of code below and paste it in the head of the html file(s) you want to include tachyons in.
109109
</p>
110-
<pre class="pre black-70" style="overflow: auto"><code class="code f6 dib pa2 bg-black-70 washed-green" style="font-size: 14px;">&lt;link rel="stylesheet" href="https://npmcdn.com/tachyons@4.1.3/css/tachyons.min.css"/&gt;</code></pre>
110+
<pre class="pre black-70" style="overflow: auto"><code class="code f6 dib pa2 bg-black-70 washed-green" style="font-size: 14px;">&lt;link rel="stylesheet" href="https://unpkg.com/tachyons@4.1.3/css/tachyons.min.css"/&gt;</code></pre>
111111
<p class="mt4"><b>or</b> install via npm</p>
112112
<pre class="pre black-70" style="overflow: auto"><code class="code f6 dib pa2 bg-black-70 washed-green" style="font-size: 14px;">npm install --save-dev tachyons@4.1.3</code></pre>
113113
<p class="mt4"><b>or</b> grab all the source files and build+develop locally</p>

src/templates/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ <h1 class="mtn f4 ttu tracked">Getting Started</h1>
6666
<p class="f5 measure lh-copy">
6767
Copy the line of code below and paste it in the head of the html file(s) you want to include tachyons in.
6868
</p>
69-
<pre class="pre black-70" style="overflow: auto"><code class="code f6 dib pa2 bg-black-70 washed-green" style="font-size: 14px;">&lt;link rel="stylesheet" href="https://npmcdn.com/tachyons@<%= version %>/css/tachyons.min.css"/&gt;</code></pre>
69+
<pre class="pre black-70" style="overflow: auto"><code class="code f6 dib pa2 bg-black-70 washed-green" style="font-size: 14px;">&lt;link rel="stylesheet" href="https://unpkg.com/tachyons@<%= version %>/css/tachyons.min.css"/&gt;</code></pre>
7070
<p class="mt4"><b>or</b> install via npm</p>
7171
<pre class="pre black-70" style="overflow: auto"><code class="code f6 dib pa2 bg-black-70 washed-green" style="font-size: 14px;">npm install --save-dev tachyons@<%= version %></code></pre>
7272
<p class="mt4"><b>or</b> grab all the source files and build+develop locally</p>

0 commit comments

Comments
 (0)