Skip to content

Commit 2c28b90

Browse files
committed
docs: host in config
1 parent 510394d commit 2c28b90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ You can also specify a `Config` option where you can set more config than `app_n
4848
from audius.config import Config
4949
from audius.sdk import Audius
5050

51-
config = Config(app_name="my_app")
51+
config = Config(app_name="my_app", host="https://audius.example.com")
5252
sdk = Audius(config)
5353
```
5454

0 commit comments

Comments
 (0)