Skip to content

Commit c953401

Browse files
committed
docs: update README
1 parent 280c507 commit c953401

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Simple command line based HTTP file server to share local file system.
1515
## Tech Features
1616
- Monolithic architecture
1717
- Stateless
18-
- Zero third party dependency
18+
- Zero third-party dependency
1919

2020
## Compile
2121
Minimal required Go version is 1.18.
@@ -160,7 +160,7 @@ ghfs [options]
160160
Specify default index file for directory.
161161
162162
--global-restrict-access [<allowed-host> ...]
163-
Restrict access from third party host for all url paths, by detecting
163+
Restrict access from third-party host for all url paths, by detecting
164164
request header `Referer` or `Origin`.
165165
If the request header is empty, directory list page is still allowed
166166
to access.
@@ -362,7 +362,7 @@ Defaults to 256.
362362
To prevent outputting additional information on console, like accessible URLs, etc,
363363
set value to "1".
364364

365-
## Shortcut key for default theme
365+
## Shortcut key for built-in theme
366366
- ``, ``: move focus between path items
367367
- `Ctrl`/`Opt` + ``: move focus to first path item
368368
- `Ctrl`/`Opt` + ``: move focus to last path item

README.zh-CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ ghfs [选项]
351351
### GHFS_QUIET
352352
为避免在控制台输出额外信息,例如可访问的URL等,可将值设为“1”。
353353

354-
## 默认主题的快捷键
354+
## 内置主题的快捷键
355355
- ``, ``:使焦点在路径项之间移动
356356
- `Ctrl`/`Opt` + ``:把焦点移动到第一个路径项
357357
- `Ctrl`/`Opt` + ``:把焦点移动到最后一个路径项

0 commit comments

Comments
 (0)