aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/www/docs/10-main.md
diff options
context:
space:
mode:
Diffstat (limited to 'www/docs/10-main.md')
-rw-r--r--www/docs/10-main.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/docs/10-main.md b/www/docs/10-main.md
index 2035c13..e63a240 100644
--- a/www/docs/10-main.md
+++ b/www/docs/10-main.md
@@ -26,7 +26,7 @@ Install it on your website if you haven't already:
~~~ html
<link rel="stylesheet" href="https://unpkg.com/missing.css@{{ version }}">
<!-- Prism theme (https://prismjs.com/): -->
- <link rel="stylesheet" href="https://unpkg.com/missing.css@{{ version }}/prism">
+ <link rel="stylesheet" href="https://unpkg.com/missing.css@{{ version }}/dist/missing-prism.min.css" />
~~~
</figure>