Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
medvedev1088 committed Apr 15, 2019
1 parent 384dbe5 commit ad4f5c6
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 @@ -26,14 +26,14 @@ Supported chains:
- dash
- zcash

Stream blockchain data continually to console:
Stream blockchain data continually to console ([Reference](#stream)):

```bash
> pip install bitcoin-etl[streaming]
> bitcoinetl stream -p http://user:pass@localhost:8332 --start-block 500000
```

Stream blockchain data continually to Google Pub/Sub:
Stream blockchain data continually to Google Pub/Sub ([Reference](#stream)):

```bash
> export GOOGLE_APPLICATION_CREDENTIALS=/path_to_credentials_file.json
Expand Down

0 comments on commit ad4f5c6

Please sign in to comment.