Skip to content

Commit 542df39

Browse files
committed
docs(README.md): code block name html -> svelte
1 parent 86ec12c commit 542df39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Now you can use `@import "./whatever.css" scoped;`.
2424

2525
For example, the following CSS:
2626

27-
```html
27+
```svelte
2828
<style>
2929
@import "./a.css" scoped;
3030
@import "./b.css" scoped;
@@ -35,7 +35,7 @@ For example, the following CSS:
3535

3636
will get converted into:
3737

38-
```html
38+
```svelte
3939
<style>
4040
contents of a.css will be here
4141
contents of b.css will be here

0 commit comments

Comments
 (0)