Fix typo in README
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=114129336
diff --git a/CHANGELOG.md b/CHANGELOG.md
index fba78b5..7837915 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,7 @@
  * Update SDK dependency to 1.12.0, to reflect use of null-aware operators.
  * Add a transformer to automatically add the "name" and "args" parameters to
    Intl.message and related calls. This removes a lot of tedious repetition.
+ * Fix typo in README.
 
 ## 0.12.6
   * Update links in README.md to point to current dartdocs.
diff --git a/README.md b/README.md
index d26b39f..127fd50 100644
--- a/README.md
+++ b/README.md
@@ -56,7 +56,7 @@
 or
 
 ```dart
-Intl.defaultLocale = "es"'
+Intl.defaultLocale = "es";
 new DateFormat.jm().format(new DateTime.now());
 ```