We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c746e68 commit f701160Copy full SHA for f701160
README.md
@@ -4,7 +4,7 @@ Pydest is an asynchronous API wrapper for Destiny 2 written in Python. The goal
4
5
Here are some examples of Pydest in action (assuming this code is running in an event loop):
6
7
-```
+```python
8
import pydest
9
10
destiny = pydest.Pydest('your-api-key')
@@ -14,7 +14,7 @@ await destiny.close()
14
15
Pydest also has full support for easily decoding hash values from the Destiny 2 manifest.
16
17
18
19
20
0 commit comments