Skip to content

Commit 168b514

Browse files
authored
docs: Fix README syntax highlighting (#9)
1 parent bba49eb commit 168b514

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
@@ -21,7 +21,7 @@ yarn add @untemps/svelte-use-tooltip
2121

2222
### Basic usage
2323

24-
```sveltehtml
24+
```svelte
2525
<script>
2626
import { useTooltip } from '@untemps/svelte-use-tooltip'
2727
@@ -116,7 +116,7 @@ Each element inside the content parent may configure its own action since it can
116116

117117
One event by element is possible so far as elements are referenced by selector. The last one declared in the `contentActions` object has precedence over the previous ones.
118118

119-
```sveltehtml
119+
```svelte
120120
<script>
121121
import { useTooltip } from '@untemps/svelte-use-tooltip'
122122
</script>
@@ -156,7 +156,7 @@ One event by element is possible so far as elements are referenced by selector.
156156

157157
The component can be served for development purpose on `http://localhost:5000/` running:
158158

159-
```
159+
```bash
160160
yarn dev
161161
```
162162

0 commit comments

Comments
 (0)