Skip to content

Commit ebf2e53

Browse files
committed
before-release
1 parent 06ef863 commit ebf2e53

File tree

3 files changed

+257
-394
lines changed

3 files changed

+257
-394
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ If you're not using a build system and just want to embed this in your webpage:
1414

1515
```html
1616
<script type="text/javascript" src="/path/to/highlight.pack.js"></script>
17-
<script type="text/javascript" src="/path/to/highlightjs-cshtml-razor/cshtml.js"></script>
17+
<script type="text/javascript" src="/path/to/highlightjs-cshtml-razor/cshtml-razor.js"></script>
1818
<script type="text/javascript">
1919
hljs.registerLanguage('cshtml-razor', window.hljsDefineCshtmlRazor);
2020
hljs.initHighlightingOnLoad();

0 commit comments

Comments
 (0)