aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index cb5b175..462c012 100644
--- a/README.md
+++ b/README.md
@@ -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.