Merge pull request #37 from dart-lang/readme-fix

Update README to reference the 1.9 version as latest
diff --git a/README.md b/README.md
index 03d75c1..cbab442 100644
--- a/README.md
+++ b/README.md
@@ -40,7 +40,7 @@
 ## Enabled Lints
 
 The currently enabled lints can be found in
-[analysis_options.1.8.0.yaml](https://github.com/dart-lang/pedantic/blob/master/lib/analysis_options.1.8.0.yaml).
+[analysis_options.1.9.0.yaml](https://github.com/dart-lang/pedantic/blob/master/lib/analysis_options.1.9.0.yaml).
 
 ## Using the Lints
 
@@ -49,11 +49,11 @@
 ```yaml
 # If you use `package:pedantic/pedantic.dart`, add a normal dependency.
 dependencies:
-  pedantic: ^1.8.0
+  pedantic: ^1.9.0
 
 # Or, if you just want `analysis_options.yaml`, it can be a dev dependency.
 dev_dependencies:
-  pedantic: ^1.8.0
+  pedantic: ^1.9.0
 ```
 
 then, add an include in your `analysis_options.yaml`. If you want to always
@@ -70,7 +70,7 @@
 specify a specific version of `analysis_options.yaml` instead:
 
 ```yaml
-include: package:pedantic/analysis_options.1.8.0.yaml
+include: package:pedantic/analysis_options.1.9.0.yaml
 ```
 
 ## Unused Lints