aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorben2025-01-22 21:23:51 +0100
committerben2025-01-22 21:23:51 +0100
commitb8011dc1e8febd8c35574d7a02c728baa0b5823c (patch)
treef94a5b92c52d7a8b381e9da8dafb68b102634281
parentb028067d289e7edfb49b44c63c396eeaba3fb9d2 (diff)
downloadai_env-b8011dc1e8febd8c35574d7a02c728baa0b5823c.tar.gz
ai_env-b8011dc1e8febd8c35574d7a02c728baa0b5823c.tar.bz2
ai_env-b8011dc1e8febd8c35574d7a02c728baa0b5823c.tar.xz
Fix quote typo.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index d8cc52b..47300d5 100644
--- a/README.md
+++ b/README.md
@@ -82,7 +82,7 @@ ps aux | aichat 'which process use the most memory'
Using roles:
```
aichat -r short "tcp port of mysql"
-./tools/speech.sh synthesize --play --lang en --voice bryce "$(aichat -r english-translator 'Bienvenue dans le monde de l\' AI et de la ligne de commande.')"
+./tools/speech.sh synthesize --play --lang en --voice bryce "$(aichat -r english-translator 'Bienvenue dans le monde de l AI et de la ligne de commande.')"
```
Go to the [AIChat](https://github.com/sigoden/aichat) website for other possible use cases.