README.md in chronicle-github-0.1.0 vs README.md in chronicle-github-0.2.0

- old
+ new

@@ -20,6 +20,10 @@ # You can get a Github personal access token from https://github.com/settings/tokens $ chronicle-etl secrets:set github access_token FOO123 # Extract github events from the last 10 days $ chronicle-etl --extractor github:activity --since 10d + +# Get all repos starred in the last month +$ chronicle-etl --extractor github:activity --loader json --since 1mo \ + | jq -r 'select(.type == "WatchEvent") | .repo.name' ```