diff --git a/README.md b/README.md index 8226cce..916310a 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ To use the lints add a dev dependency in your `pubspec.yaml`: ```yaml dev_dependencies: - effective_dart: ^1.1.0 + effective_dart: ^1.2.0 ``` Then add an include in your `analysis_options.yaml` file: @@ -28,7 +28,7 @@ include: package:effective_dart/analysis_options.yaml Or, if you using e.g. continuous builds, they will likely fail whenever a new version of `package:effective_dart` is released. To avoid this, specify a version of `analysis_options.yaml`: ```yaml -include: package:effective_dart/analysis_options.1.1.0.yaml +include: package:effective_dart/analysis_options.1.2.0.yaml ``` ## Consider Lints