Skip to content

Commit 5ca8ec1

Browse files
committed
📝 Update example site in the README
1 parent 525c50c commit 5ca8ec1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ pip install discourse-reader
1313
```python
1414
from discourse_reader import DiscourseClient
1515

16-
client = DiscourseClient("https://community.victronenergy.com")
16+
client = DiscourseClient("https://meta.discourse.org")
1717

1818
# Browse categories
1919
for cat in client.categories():

0 commit comments

Comments
 (0)