Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
YashTotale authored Jul 15, 2022
1 parent 41d9a39 commit d8f9c13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ Using [pip](https://pypi.org/project/pip/):

```bash
pip install goodreads-user-scraper
goodreads-user-scraper --user_id 54739262 --output_dir goodreads-data
goodreads-user-scraper --user_id <your id> --output_dir goodreads-data
```

Using [pipx](https://pypi.org/project/pipx/):

```bash
pipx run goodreads-user-scraper --user_id 54739262 --output_dir goodreads-data
pipx run goodreads-user-scraper --user_id <your id> --output_dir goodreads-data
```

## Arguments
Expand Down

0 comments on commit d8f9c13

Please sign in to comment.