Skip to content

Commit 21f98c6

Browse files
tachibana-shinnex3
andauthored
Fix the syntax for browser examples in the README (#1975)
Co-authored-by: Natalie Weizenbaum <[email protected]>
1 parent 9e1d18a commit 21f98c6

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
@@ -145,7 +145,7 @@ well):
145145
.box {
146146
width: 10px + 15px;
147147
}
148-
`);
148+
`));
149149
</script>
150150
```
151151

@@ -171,7 +171,7 @@ Or from a CDN:
171171
.box {
172172
width: 10px + 15px;
173173
}
174-
`);
174+
`));
175175
</script>
176176
```
177177

@@ -185,7 +185,7 @@ Or even bundled with all its dependencies:
185185
.box {
186186
width: 10px + 15px;
187187
}
188-
`);
188+
`));
189189
</script>
190190
```
191191

0 commit comments

Comments
 (0)