Skip to content

Commit 8875c1f

Browse files
committed
chore: polish
1 parent d366602 commit 8875c1f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,11 @@ docsify init [path] [--local false] [--theme vue] [--plugins false]
6262
- Type: boolean
6363
- Default: `false`
6464
- Description: Copy `docsify` files to the docs path, defaults to `false` using `cdn.jsdelivr.net` as the content delivery network (CDN). To explicitly set this option to `false` use `--no-local`.
65-
- `--theme` option:
66-
- Shorthand: `-t`
67-
- Type: string
68-
- Default: `vue`
69-
- Description: Choose a theme, defaults to `vue`, other choices are `buble`, `dark` and `pure`.
65+
- `--previewRelease` option:
66+
- Shorthand: `--rc`
67+
- Type: boolean
68+
- Default: `false`
69+
- Description: Try `docsify` preview release version (`rc` resource).
7070
- `--plugins` option:
7171
- Shorthand: `-p`
7272
- Type: boolean

tools/locales/en.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"help": "Show help",
55
"init": "Creates new docs",
66
"init.local": "Copy docsify files to local. To explicitly set --local to false you may use --no-local.",
7-
"init.rc": "Try docsify preview version, default is marjor.",
7+
"init.rc": "Try docsify preview version, default is major version.",
88
"init.theme": "Theme file to be used.",
99
"init.plugins": "A list of plugins to be used.",
1010
"serve": "Run local server to preview site.",

0 commit comments

Comments
 (0)