README.md in letter_avatar-0.1.11 vs README.md in letter_avatar-0.2.0

- old
+ new

@@ -94,10 +94,10 @@ ### Way to support non [a-z0-9] charsets ```rb class User def username_for_avatar - # Translate chinese hanzi to pinyin + # Translate Chinese hanzi to pinyin # https://github.com/flyerhzm/chinese_pinyin Pinyin.t(self.username) end end ```