Import pull request https://github.com/dart-lang/intl/pull/149 (document transformer location)

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=173178667
diff --git a/README.md b/README.md
index 89e6a69..47e18c3 100644
--- a/README.md
+++ b/README.md
@@ -97,11 +97,14 @@
 examples. The `name` and `args` parameters are required, and must
 match the name (or ClassName_methodName) and arguments list of the
 function respectively. However, there is a transformer provided that
-will automatically insert those parameters for you. In pubspec.yaml,
-add a section like
+will automatically insert those parameters for you. This transformer
+is in the [Intl_translation](Intl_translation) package.
+In pubspec.yaml, add a section like
 
+      dev_dependencies:
+        intl_translation: ^0.15.0
       transformers:
-      - intl:
+      - intl_translation:
       $include: some_file.dart
 
 and then you can omit the name and args.
@@ -187,7 +190,7 @@
 When your program contains messages that need translation, these must
 be extracted from the program source, sent to human translators, and the
 results need to be incorporated. The code for this is in the
-[Intl_translation][Intl_translation] package.
+[Intl_translation](Intl_translation) package.
 
 To extract messages, run the `extract_to_arb.dart` program.
 
@@ -331,4 +334,3 @@
 [BidiFormatter.LTR]: https://www.dartdocs.org/documentation/intl/latest/intl/BidiFormatter/BidiFormatter.LTR.html
 [ARB]: https://code.google.com/p/arb/wiki/ApplicationResourceBundleSpecification
 [GoogleTranslateToolkit]: https://translate.google.com/toolkit/
-