Update README.md (dart-lang/lints#52)

diff --git a/pkgs/lints/README.md b/pkgs/lints/README.md
index db0340f..8cebaaa 100644
--- a/pkgs/lints/README.md
+++ b/pkgs/lints/README.md
@@ -68,10 +68,9 @@
 6 lints which the pedantic package includes which are not included in the
 predefined lint sets provided by the lints package:
 `always_declare_return_types`, `prefer_single_quotes`,
-`sort_child_properties_last` (included in [`package:flutter_lints`]),
-`unawaited_futures`, `unsafe_html`, and
-`use_full_hex_values_for_flutter_colors` (included in [`package:flutter_lints`]).
-To keep any of these lints enabled,
+`sort_child_properties_last`, `unawaited_futures`, `unsafe_html`, and
+`use_full_hex_values_for_flutter_colors` (also included in
+[`package:flutter_lints`]). To keep any of these lints enabled,
 add them to your [analysis options][customizing static analysis].
 
 ## Evolving the lint sets