From f0ff1a52b818aa9c270ac443b6c6415fc347a9e5 Mon Sep 17 00:00:00 2001 From: Bradley Cicenas Date: Thu, 26 Aug 2021 15:58:16 +0000 Subject: [PATCH] add URL example to readme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 1e747d8..5169b68 100644 --- a/README.md +++ b/README.md @@ -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