Update README.md to use new syntax for adding dev dependencies (dart-lang/lints#167)

As documented here: https://dart.dev/tools/pub/cmd/pub-add#dev-dependency
diff --git a/pkgs/lints/README.md b/pkgs/lints/README.md
index 827228b..7349a5d 100644
--- a/pkgs/lints/README.md
+++ b/pkgs/lints/README.md
@@ -55,7 +55,7 @@
 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