Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
adwulfran committed Jan 28, 2022
1 parent 341b723 commit 9fad3f1
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 @@ -17,11 +17,11 @@ Unix, macos and windows binaries available.

Use market name and stock symbol to receive datas. In this example we get quotations from Netflix (nasdaq) :
```shell
./rtf add --market="NASDAQ" --stock="NFLX"
rtf add --market="NASDAQ" --stock="NFLX"
```
Another example to get quotations from Goldman Sachs (nyse) :
```shell
./rtf add --market="NYSE" --stock="GS"
rtf add --market="NYSE" --stock="GS"
```

## Output example
Expand Down

0 comments on commit 9fad3f1

Please sign in to comment.