Skip to content

Commit

Permalink
chore: fix css link to esmsh
Browse files Browse the repository at this point in the history
closes wooorm#37 

Signed-off-by: Kilian Ciuffolo <385716+kilianc@users.noreply.github.com>
  • Loading branch information
kilianc committed May 16, 2024
1 parent f3e305f commit 644564a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ To get the CSS in browsers, do (see [CSS][] for more info):

```html
<!-- This supports light and dark mode automatically. -->
<link rel="stylesheet" href="https://esm.sh/@wooorm/starry-night@3/style/both">
<link rel="stylesheet" href="https://esm.sh/@wooorm/starry-night@3/style/both.css">
```

## Use
Expand Down

0 comments on commit 644564a

Please sign in to comment.