Skip to content

Commit 04c7eba

Browse files
author
Jan Bílek
committed
Update Readme
1 parent ef5ed6a commit 04c7eba

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
@@ -13,7 +13,7 @@ Now, you can use this module in two diferrent ways, as a component or as a direc
1313
### Component
1414
In any component:
1515

16-
```
16+
```js
1717
// You have to extract the component from the module
1818
import { component as VueCodeHighlight } from 'vue-code-highlight';
1919

@@ -23,7 +23,7 @@ components:{
2323
}
2424
```
2525

26-
```
26+
```html
2727
<vue-code-highlight>
2828
//Paste your code here
2929
</vue-code-highlight>
@@ -61,4 +61,4 @@ In order to visually higlight your code, you need to select a theme from `./node
6161

6262

6363
## Examples:
64-
![screenshot](/src/public/screenshot.png)
64+
![screenshot](/public/screenshot.png)

0 commit comments

Comments
 (0)