Skip to content

Commit

Permalink
chore: Update wordpress_client version to 8.4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ArunPrakashG committed May 17, 2024
1 parent da954f8 commit 492e8a6
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Add `wordpress_client` in your `pubspec.yaml`:

```dart
dependencies:
wordpress_client: ^8.4.7
wordpress_client: ^8.4.8
```

> 💡 Ensure you get the [latest version here](https://pub.dev/packages/wordpress_client).
Expand All @@ -63,10 +63,6 @@ You can initialize `WordpressClient` in two methods:
```dart
final baseUrl = Uri.parse('https://example.com/wp-json/wp/v2');
final client = WordpressClient(baseUrl: baseUrl);
client.initialize();
// or
// final client = WordpressClient.initialize(baseUrl: baseUrl);
```

> 📘 Learn more about the [Advanced Method here](https://github.com/ArunPrakashG/wordpress_client/wiki/Usage#-advanced-method).
Expand Down

0 comments on commit 492e8a6

Please sign in to comment.