File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -193,12 +193,12 @@ <h2 id="basic-usage-cdn">Usage with CDNs</h2>
193
193
<html>
194
194
<head>
195
195
...
196
- < mark > <link href="https://{{cdn}}/prism @v1.x/themes/prism.css" rel="stylesheet" /> </ mark >
196
+ < mark > <link href="https://{{cdn}}/prismjs @v1.x/themes/prism.css" rel="stylesheet" /> </ mark >
197
197
</head>
198
198
<body>
199
199
...
200
- < mark > <script src="https://{{cdn}}/prism @v1.x/components/prism-core.min.js"></script>
201
- <script src="https://{{cdn}}/prism @v1.x/plugins/autoloader/prism-autoloader.min.js"></script></ mark >
200
+ < mark > <script src="https://{{cdn}}/prismjs @v1.x/components/prism-core.min.js"></script>
201
+ <script src="https://{{cdn}}/prismjs @v1.x/plugins/autoloader/prism-autoloader.min.js"></script></ mark >
202
202
</body>
203
203
</html> </ code > </ pre >
204
204
You can’t perform that action at this time.
0 commit comments