Skip to content

Commit

Permalink
Fix environment variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoelho93 committed Dec 4, 2024
1 parent 9194134 commit f9ffb00
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 @@ -19,7 +19,7 @@ pip install python-trading212

Set your API key in the environment variable:
```bash
export TRADING_212_KEY=<your-api-key>
export TRADING212_KEY=<your-api-key>
```

```python
Expand Down

0 comments on commit f9ffb00

Please sign in to comment.