Skip to content
This repository was archived by the owner on Feb 14, 2020. It is now read-only.

Commit f92ea41

Browse files
committed
Update URL in usage example of README
1 parent 7f1e662 commit f92ea41

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Opinionated, classless styles for semantic HTML.
88
<!DOCTYPE html>
99
<meta charset="utf-8">
1010
<meta name="viewport" content="width=device-width, initial-scale=1.0">
11-
<link rel="stylesheet" href="//cmcenroe.me/writ/0.2.1/writ.min.css">
11+
<link rel="stylesheet" href="//writ.cmcenroe.me/0.2.1/writ.min.css">
1212
```
1313

1414
Writ is served through the CloudFlare CDN.

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ <h2 id="usage">Usage</h2>
2525
<pre><code class="lang-html">&lt;!DOCTYPE html&gt;
2626
&lt;meta charset=&quot;utf-8&quot;&gt;
2727
&lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1.0&quot;&gt;
28-
&lt;link rel=&quot;stylesheet&quot; href=&quot;//cmcenroe.me/writ/0.2.1/writ.min.css&quot;&gt;
28+
&lt;link rel=&quot;stylesheet&quot; href=&quot;//writ.cmcenroe.me/0.2.1/writ.min.css&quot;&gt;
2929
</code></pre>
3030
<p>Writ is served through the CloudFlare CDN.</p>
3131
<h2 id="goals">Goals</h2>

0 commit comments

Comments
 (0)