aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFridon <[email protected]>2022-06-20 13:28:11 +0400
committerFridon <[email protected]>2022-06-20 13:28:11 +0400
commit5a801fa98fb052d9f4bbd90f497f076e9c5425c1 (patch)
treec60ebfb91f63c9dccaa75d15b7836930d3d991ca
parentaf45de59390407eff25296edf8f522de6881ecbd (diff)
downloadcountryfetch-5a801fa98fb052d9f4bbd90f497f076e9c5425c1.tar.xz
countryfetch-5a801fa98fb052d9f4bbd90f497f076e9c5425c1.zip
update readme
-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.