Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -91,4 +91,4 @@ You can also delete the history list by invoking

```dart
client.clearHistoryList();
```
```