We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 525c50c commit 5ca8ec1Copy full SHA for 5ca8ec1
1 file changed
README.md
@@ -13,7 +13,7 @@ pip install discourse-reader
13
```python
14
from discourse_reader import DiscourseClient
15
16
-client = DiscourseClient("https://community.victronenergy.com")
+client = DiscourseClient("https://meta.discourse.org")
17
18
# Browse categories
19
for cat in client.categories():
0 commit comments