Merge pull request #40 from passsy/patch-1

Fix lint rule names
diff --git a/README.md b/README.md
index cbab442..fb1a34c 100644
--- a/README.md
+++ b/README.md
@@ -112,7 +112,7 @@
 only applies to web, but there is currently no mechanism for enabling a lint
 on web code only.
 
-`avoid_equals_and_hashcode_on_mutable_classes`
+`avoid_equals_and_hash_code_on_mutable_classes`
 would require the `@immutable` annotation to be consistently and correctly
 used everywhere.
 
@@ -247,7 +247,7 @@
 `use_setters_to_change_properties`
 is too strict: it can't detect when something is conceptually a property.
 
-`use_to_and_if_as_applicable`
+`use_to_and_as_if_applicable`
 is too strict: it can't detect when the style rule actually applies.
 
 `throw_in_finally`