diff --git a/README.md b/README.md index 252be6e..d73f5b3 100644 --- a/README.md +++ b/README.md @@ -200,7 +200,7 @@ translate 'Translate this sentence to your clipboard' | clipboard git commit -m "$(translate 'feat: your commit content' -t zh)" ``` -![Alt](docs/images/advanced-usage-alpha.png "Using the static accessor method") +![Alt](docs/images/advanced-usage-accessor.png "Using the static accessor method") #### Using the pipe `|` symbol @@ -208,7 +208,7 @@ git commit -m "$(translate 'feat: your commit content' -t zh)" npm info npm description | translate -t zh ``` -![Alt](docs/images/advanced-usage-beta.png "Using the pipe | symbol") +![Alt](docs/images/advanced-usage-pipe.png "Using the pipe | symbol") #### Using the redirection `>` symbol @@ -216,7 +216,7 @@ npm info npm description | translate -t zh translate "这是一段测试文本。" -t en > usage.txt ``` -![Alt](docs/images/advanced-usage-gamma.png "Using the redirection > symbol") +![Alt](docs/images/advanced-usage-redirection.png "Using the redirection > symbol") ## 🔧 Autocorrect diff --git a/README.zh-CN.md b/README.zh-CN.md index ed00f62..677a02d 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -201,7 +201,7 @@ translate 'Translate this sentence to your clipboard' | clipboard git commit -m "$(translate 'feat: your commit content' -t zh)" ``` -![Alt](docs/images/advanced-usage-alpha.png "Using the static accessor method") +![Alt](docs/images/advanced-usage-accessor.png "Using the static accessor method") #### 使用管道 `|` 符号 @@ -209,7 +209,7 @@ git commit -m "$(translate 'feat: your commit content' -t zh)" npm info npm description | translate -t zh ``` -![Alt](docs/images/advanced-usage-beta.png "Using the pipe | symbol") +![Alt](docs/images/advanced-usage-pipe.png "Using the pipe | symbol") #### 使用重定向 `>` 符号 @@ -217,7 +217,7 @@ npm info npm description | translate -t zh translate "这是一段测试文本。" -t en > usage.txt ``` -![Alt](docs/images/advanced-usage-gamma.png "Using the redirection > symbol") +![Alt](docs/images/advanced-usage-redirection.png "Using the redirection > symbol") ## 🔧 自动修正 diff --git a/docs/images/advanced-usage-alpha.png b/docs/images/advanced-usage-accessor.png similarity index 100% rename from docs/images/advanced-usage-alpha.png rename to docs/images/advanced-usage-accessor.png diff --git a/docs/images/advanced-usage-beta.png b/docs/images/advanced-usage-beta.png deleted file mode 100644 index 30a9e7c..0000000 Binary files a/docs/images/advanced-usage-beta.png and /dev/null differ diff --git a/docs/images/advanced-usage-gamma.png b/docs/images/advanced-usage-gamma.png deleted file mode 100644 index b7474df..0000000 Binary files a/docs/images/advanced-usage-gamma.png and /dev/null differ diff --git a/docs/images/advanced-usage-pipe.png b/docs/images/advanced-usage-pipe.png new file mode 100644 index 0000000..6562475 Binary files /dev/null and b/docs/images/advanced-usage-pipe.png differ diff --git a/docs/images/advanced-usage-redirection.png b/docs/images/advanced-usage-redirection.png new file mode 100644 index 0000000..647fa29 Binary files /dev/null and b/docs/images/advanced-usage-redirection.png differ