From 0b36ebb2d19272c53348b1bb36207089eb49346b Mon Sep 17 00:00:00 2001 From: Suhwan Cha Date: Thu, 18 May 2023 17:40:51 +0900 Subject: [PATCH] Update README.md (#77) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3806c6b..9642477 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ To use the lints, add as a dev dependency in your `pubspec.yaml`: ```yaml dev_dependencies: - very_good_analysis: ^4.0.0 + very_good_analysis: ^5.0.0 ``` Then, add an include in `analysis_options.yaml`: @@ -34,7 +34,7 @@ include: package:very_good_analysis/analysis_options.yaml This will ensure you always use the latest version of the lints. If you wish to restrict the lint version, specify a version of `analysis_options.yaml` instead: ```yaml -include: package:very_good_analysis/analysis_options.4.0.0.yaml +include: package:very_good_analysis/analysis_options.5.0.0.yaml ``` ## Suppressing Lints