Skip to content

Commit 7551fa4

Browse files
committed
Add documentation link to README
1 parent ae2dba7 commit 7551fa4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,8 @@ trio.run(main)
6767
```
6868

6969
Make sure to replace `'127.0.0.1'` and `7777` with the actual IP address and port of the game server you want to connect to. If the server has RCON enabled, provide a password in the `rcon_password` attribute of the `samp_query.Client` instance (otherwise keep it None).
70+
71+
Documentation
72+
-------------
73+
74+
For more information, you can [read the documentation](https://cheaterman.github.io/samp-query/).

0 commit comments

Comments
 (0)