Skip to content

Commit 05bc1e6

Browse files
committed
chore: fix title
1 parent bb9153a commit 05bc1e6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Better Embed
1+
# Simple Themable
22

33
A [docsify.js](https://github.com/docsifyjs/docsify) plugin to simplify the color selection for [docsify-themable](https://github.com/jhildenbiddle/docsify-themeable).
44

@@ -21,7 +21,7 @@ For production, please use the numbered version to prevent breaking changes in p
2121
``` html
2222
<link rel="stylesheet" media="(prefers-color-scheme: dark)" href="./_css/colors-dark.css">
2323
<link rel="stylesheet" media="(prefers-color-scheme: light)" href="./_css/colors-light.css">
24-
<link rel="stylesheet" href="https://unpkg.com/[email protected].3/dist/main.min.css">
24+
<link rel="stylesheet" href="https://unpkg.com/[email protected].4/dist/main.min.css">
2525
```
2626

2727
### Development

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docsify-simple-themable",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "A docsify.js plugin to simplify the color selection for docsify-themable.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)