From dc8c1d04d9f2360ae9152381e68cc37a6bfe37fd Mon Sep 17 00:00:00 2001 From: Roc Boronat Date: Tue, 22 Oct 2024 22:54:43 +0200 Subject: [PATCH] Fix typos in the installation section of the README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bf5050a..94faf96 100644 --- a/README.md +++ b/README.md @@ -22,12 +22,12 @@ This package is hosted in [Pub Dev Library](https://pub.dev/packages/chatgpt_cli ### Flutter App ```dart -flutter pub add chagpt_client +flutter pub add chatgpt_client ``` ### Dart App ```dart -dart pub add chagpt_client +dart pub add chatgpt_client ``` ## Usage @@ -91,4 +91,4 @@ You can also delete the history list by invoking ```dart client.clearHistoryList(); -``` \ No newline at end of file +```