Skip to content
This repository has been archived by the owner on Jan 7, 2025. It is now read-only.

Update README.md to use new syntax for adding dev dependencies #167

Merged
merged 1 commit into from
Oct 30, 2023
Merged
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
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