Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
suqingdong committed Jan 16, 2023
1 parent 76f2649 commit fcdea11
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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

Expand Down

0 comments on commit fcdea11

Please sign in to comment.