Skip to content

Commit 3ecc6c7

Browse files
committed
docs: use chinese not english
1 parent 5d2fcd2 commit 3ecc6c7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ docker run -it ecoding/coding-cli wiki:import --help
1414
docker run -it --env CODING_IMPORT_PROVIDER=Confluence --env CONFLUENCE_USERNAME=admin ecoding/coding-cli wiki:import
1515
```
1616

17-
![docker run coding cli](https://user-images.githubusercontent.com/4971414/124300830-8e5afa80-db91-11eb-8032-fc6e7f7f063d.png)
17+
![docker run coding cli](https://user-images.githubusercontent.com/4971414/124946851-f0a87500-e041-11eb-9840-1c66e4773af1.png)
1818

1919
## 非 Docker 方式运行
2020

app/Commands/WikiImportCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class WikiImportCommand extends Command
3434
*
3535
* @var string
3636
*/
37-
protected $description = 'import wiki from confluence and so on';
37+
protected $description = '从 Confluence 导入 Wiki';
3838

3939
private \App\Confluence $confluence;
4040
private \DOMDocument $document;

0 commit comments

Comments
 (0)