We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8087079 commit 009e0b1Copy full SHA for 009e0b1
1 file changed
index.html
@@ -144,7 +144,7 @@ <h6>Light Themes :</h6>
144
<h4>How to use pre-built themes</h4>
145
<p>To use <b>dark theme / hacker</b>, add following code into <code><head></head></code> tag of your HTML document</p>
146
<div class="codebox">
147
-<pre class="lang-html"><code><xmp><link rel="stylesheet" href="https://unpkg.com/localhost/themes/dark/hacker.css"/></xmp></code></pre></div>
+<pre class="lang-html"><code><xmp><link rel="stylesheet" href="https://unpkg.com/localhost-ui/themes/dark/hacker.css"/></xmp></code></pre></div>
148
149
<p>If your are using npm, import <b>dark theme / hacker</b> like this :</p>
150
0 commit comments