diff --git a/index.html b/index.html index 40d5d4e34..47be1b01b 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.2/css/tachyons.min.css"/>
+<link rel="stylesheet" href="https://unpkg.com/tachyons@4.1.2/css/tachyons.min.css"/>
or install via npm
npm install --save-dev tachyons@4.1.2
or grab all the source files and build+develop locally
diff --git a/src/templates/index.html b/src/templates/index.html index 8f384da34..5a28ccbaa 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