diff options
| author | Fridon <[email protected]> | 2022-06-20 13:28:11 +0400 |
|---|---|---|
| committer | Fridon <[email protected]> | 2022-06-20 13:28:11 +0400 |
| commit | 5a801fa98fb052d9f4bbd90f497f076e9c5425c1 (patch) | |
| tree | c60ebfb91f63c9dccaa75d15b7836930d3d991ca /README.md | |
| parent | af45de59390407eff25296edf8f522de6881ecbd (diff) | |
| download | countryfetch-5a801fa98fb052d9f4bbd90f497f076e9c5425c1.tar.xz countryfetch-5a801fa98fb052d9f4bbd90f497f076e9c5425c1.zip | |
update readme
Diffstat (limited to 'README.md')
| -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. |
