diff options
| author | Fridon <[email protected]> | 2022-06-20 00:55:28 +0400 |
|---|---|---|
| committer | Fridon <[email protected]> | 2022-06-20 00:55:28 +0400 |
| commit | 522ab8c4358c4c1229e4987ea69455b93b1a5b60 (patch) | |
| tree | 5a102cce35692b12b057c88fdc08d1753f0767cc | |
| parent | 65261a5ae2ee9c7492b119f1ab1a2a8c19126ef0 (diff) | |
| download | countryfetch-522ab8c4358c4c1229e4987ea69455b93b1a5b60.tar.xz countryfetch-522ab8c4358c4c1229e4987ea69455b93b1a5b60.zip | |
update readme
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,6 +14,6 @@ deno run --allow-all /path/to/program/main.ts <arguments> available arguments: -- `find <country-name>` Find country information by name. +- `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. |
