diff options
| -rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -17,3 +17,7 @@ available arguments: - `find <country-name>` - Find country information by name. Country names cannot have whitespaces, use kebab-case or snake_case instead. - `sync` - Synchronizes databes, stores it in localStorage. This is done automatically, but can be triggered manually. - `random` - Get random country information. + +## Issues + +- App will not match names that include "-", which is replaced by whitespace by program. |
