Skip to content

Commit

Permalink
Fix version in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
passsy committed Jul 3, 2024
1 parent 2aab037 commit 636c558
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@ Then create a project with a descriptive name.
### 2. Add Wiredash to your pubspec.yaml

```bash
$ flutter pub add wiredash:^2.1.0
$ flutter pub add wiredash:^2.2.0
```

```yaml
dependencies:
flutter:
sdk: flutter
...
wiredash: ^2.1.0
wiredash: ^2.2.0
```
### 3. Wrap your root widget with Wiredash
Expand Down

0 comments on commit 636c558

Please sign in to comment.