README.md in translations-0.1.0 vs README.md in translations-0.2.0

- old
+ new

@@ -15,17 +15,21 @@ Usage ----- -Currently there are 6 commands to alter your translation files: +Currently there are some commands to alter your translation files: - `add`: Add a new key to all your files - `update`: Update a key in a single file - `change`: Change the meaning of a key in a way that requires a re-translation for all locales - `move`: Move a key around - `remove`: Remove a key from all files - `translate`: Translate all keys that are missing from a given file + +And there are commands to view your translations: + +- `view`: View all translations for a given key For more info just run `translations help <command>`. Requirements