From fcdea110a9b405b360fb7ca115df69c96e3f63a4 Mon Sep 17 00:00:00 2001 From: suqingdong <1078595229@qq.com> Date: Mon, 16 Jan 2023 15:04:36 +0800 Subject: [PATCH] update README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 0de7e98..ab004dc 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ impact_factor -h ### `build` > build/update the database + ```bash # optional, only required when you need build or update the database impact_factor build @@ -32,6 +33,7 @@ impact_factor build -k YOUR_NCBI_API_KEY ### `search` > search with `journal`, `journal_abbr`, `issn`, `eissn` or `nlm_id` + ```bash impact_factor search nature # search journal impact_factor search 'nature c%' # like search journal @@ -45,6 +47,7 @@ impact_factor search nature --color # colorful output ### `filter` > filter `factor` with `min_value` and `max_value` + ```bash impact_factor filter -m 100 -M 200 --color