Skip to content

Commit 9fa7e85

Browse files
committed
Fixed README
1 parent e4a53fc commit 9fa7e85

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Highlight.js line numbers plugin.
55
## Usage
66

77
Download plugin and include file after highlight.js:
8-
```
8+
```html
99
<script src="highlight.min.js"></script>
1010

1111
<script src="highlightjs-line-numbers.js"></script>
@@ -27,10 +27,10 @@ Adding styles:
2727
```
2828

2929
Initialize plugin after highlight.js:
30-
```
30+
```js
3131
hljs.initHighlightingOnLoad();
3232

3333
hljs.initLineNumbersOnLoad();
3434
```
3535

36-
&copy; 2015 Pakalo Evgeniy | MIT License
36+
&copy; 2015 Yauheni Pakala | MIT License

0 commit comments

Comments
 (0)