Skip to content

Commit

Permalink
Suggest using dart pub add dev:checks (#2467)
Browse files Browse the repository at this point in the history
Then we don't have to update the version number in the `README.md` every
time we make publish a new release.
  • Loading branch information
jonasfj authored Mar 6, 2025
1 parent e941dba commit 9e349d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/checks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ For documentation about migrating from `package:matcher` to `checks`, see the

## Quickstart

1. Add a `dev_dependency` on `checks: ^0.2.0`.
1. Add a `dev_dependency` on `checks` (`dart pub add dev:checks`).

1. Add an import for `package:checks/checks.dart`.

Expand Down

0 comments on commit 9e349d0

Please sign in to comment.