diff --git a/index.html b/index.html index 64deef2ec..c45b8e3dc 100644 --- a/index.html +++ b/index.html @@ -107,7 +107,7 @@
Copy the line of code below and paste it in the head of the html file(s) you want to include tachyons in.
-<link rel="stylesheet" href="https://npmcdn.com/tachyons@4.1.3/css/tachyons.min.css"/>
+<link rel="stylesheet" href="https://unpkg.com/tachyons@4.1.3/css/tachyons.min.css"/>
or install via npm
npm install --save-dev tachyons@4.1.3
or grab all the source files and build+develop locally
diff --git a/src/templates/index.html b/src/templates/index.html index 70ac02d54..1d8a7e8e9 100644 --- a/src/templates/index.html +++ b/src/templates/index.html @@ -66,7 +66,7 @@Copy the line of code below and paste it in the head of the html file(s) you want to include tachyons in.
-<link rel="stylesheet" href="https://npmcdn.com/tachyons@<%= version %>/css/tachyons.min.css"/>
+<link rel="stylesheet" href="https://unpkg.com/tachyons@<%= version %>/css/tachyons.min.css"/>
or install via npm
npm install --save-dev tachyons@<%= version %>
or grab all the source files and build+develop locally