Skip to content

Commit

Permalink
Make example base URL consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
ttt733 committed Dec 17, 2018
1 parent 9c89902 commit 2eabbfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ Configuration by environment variables.
```
$ export APCA_API_KEY_ID={your api key id}
$ export APCA_API_SECRET_KEY={your api secret key}
$ export APCA_API_BASE_URL={your api endpoint here}
$ export APCA_API_BASE_URL={https://api.alpaca.markets/ or https://paper-api.alpaca.markets}
$ pylivetrader run -f algo.py
```

Expand Down

0 comments on commit 2eabbfe

Please sign in to comment.