Skip to content

Commit

Permalink
add URL example to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bcicen committed Aug 26, 2021
1 parent b4bcc56 commit f0ff1a5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,13 @@ This change will be recursively reflected on all of a given tables rows.
### Commandline

Wikitables also comes with a simple cli tool to fetch and output table json:

```bash
# from article name
wikitables 'List of cities in Italy'

# from URL
wikitables https://en.wikipedia.org/wiki/Radio_spectrum#ITU
```

### Creating list of DataFrames
Expand Down

0 comments on commit f0ff1a5

Please sign in to comment.