Skip to content

Commit

Permalink
fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
epwalsh committed Dec 7, 2021
1 parent 7b4e76a commit b705d6d
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 @@ -43,7 +43,7 @@ Create a Beaker client with your Beaker [user token](https://beaker.org/user):
```python
from beaker import Beaker, Config

beaker = Beaker(Config(user_token="my beaker token", workspace="my_org/my_workspace"))
beaker = Beaker(Config(user_token="my beaker token", default_workspace="my_org/my_workspace"))
```

You can also create your client from a beaker config file or environment variables with:
Expand Down

0 comments on commit b705d6d

Please sign in to comment.