Skip to content

Commit

Permalink
Update README.md to use new syntax for adding dev dependencies (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
goderbauer authored Oct 30, 2023
1 parent 2cf8403 commit 5c60f48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ For existing apps or packages, you can enable these lints via:
1. In a terminal, located at the root of your package, run this command:

```terminal
dart pub add --dev lints
dart pub add dev:lints
```
2. Create a new `analysis_options.yaml` file, next to the pubspec, that
Expand Down

0 comments on commit 5c60f48

Please sign in to comment.