Skip to content

Commit d99b77f

Browse files
committed
chore: fixed naming
1 parent 05bc1e6 commit d99b77f

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Simple Themable
1+
# Simple Themeable
22

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

55
## Installation and usage instructions
66

@@ -9,9 +9,9 @@ A [docsify.js](https://github.com/docsifyjs/docsify) plugin to simplify the colo
99
1010
How to install this plugin:
1111

12-
1. Make sure you have [docsify-themable](https://github.com/jhildenbiddle/docsify-themeable) installed.
12+
1. Make sure you have [docsify-themeable](https://github.com/jhildenbiddle/docsify-themeable) installed.
1313
2. Copy one of the stylesheet segments from below and copy it into the `head` section your `index.html` file. Make sure that is is after all other plugins and before your own modifications.
14-
3. Copy the color-files from [the example directory](https://github.com/FlippedCodes/docsify-simple-themable/tree/main/example) into your projects `_css/` folder.
14+
3. Copy the color-files from [the example directory](https://github.com/FlippedCodes/docsify-simple-themeable/tree/main/example) into your projects `_css/` folder.
1515
4. Change the colors in those files to your liking.
1616

1717
### Production
@@ -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/docsify-simple-themable@1.0.4/dist/main.min.css">
24+
<link rel="stylesheet" href="https://unpkg.com/docsify-simple-themeable@1.0.0/dist/main.min.css">
2525
```
2626

2727
### Development
@@ -31,7 +31,7 @@ If you are developing on a doc, you can use the latest. Make sure you switch it
3131
``` html
3232
<link rel="stylesheet" media="(prefers-color-scheme: dark)" href="./_css/colors-dark.css">
3333
<link rel="stylesheet" media="(prefers-color-scheme: light)" href="./_css/colors-light.css">
34-
<link rel="stylesheet" href="https://unpkg.com/docsify-simple-themable@latest/dist/main.min.css">
34+
<link rel="stylesheet" href="https://unpkg.com/docsify-simple-themeable@latest/dist/main.min.css">
3535
```
3636

3737
## Tips
@@ -49,7 +49,7 @@ I'm always happy, if someone has improvements to this little plugin. If you want
4949

5050
Nothing much here, but I'm planning to add the following features at some point:
5151

52-
- [ ] Remove requirement for docsify-themable.
52+
- [ ] Remove requirement for docsify-themeable.
5353

5454
## License
5555

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
2-
"name": "docsify-simple-themable",
2+
"name": "docsify-simple-themeable",
33
"version": "1.0.4",
4-
"description": "A docsify.js plugin to simplify the color selection for docsify-themable.",
4+
"description": "A docsify.js plugin to simplify the color selection for docsify-themeable.",
55
"repository": {
66
"type": "git",
7-
"url": "git+https://github.com/FlippedCodes/docsify-simple-themable.git"
7+
"url": "git+https://github.com/FlippedCodes/docsify-simple-themeable.git"
88
},
99
"keywords": [
1010
"docsify",
1111
"docsify.js",
1212
"plugin",
13-
"simple themable",
14-
"themable"
13+
"simple themeable",
14+
"themeable"
1515
],
1616
"author": "phil",
1717
"license": "MIT"

0 commit comments

Comments
 (0)