Skip to content

Commit

Permalink
Fix the syntax for browser examples in the README (#1975)
Browse files Browse the repository at this point in the history
Co-authored-by: Natalie Weizenbaum <nweiz@google.com>
  • Loading branch information
tachibana-shin and nex3 committed May 25, 2023
1 parent 9e1d18a commit 21f98c6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ well):
.box {
width: 10px + 15px;
}
`);
`));
</script>
```

Expand All @@ -171,7 +171,7 @@ Or from a CDN:
.box {
width: 10px + 15px;
}
`);
`));
</script>
```

Expand All @@ -185,7 +185,7 @@ Or even bundled with all its dependencies:
.box {
width: 10px + 15px;
}
`);
`));
</script>
```

Expand Down

0 comments on commit 21f98c6

Please sign in to comment.