Skip to content

Commit f701160

Browse files
authored
Use proper syntax highlighting in README
1 parent c746e68 commit f701160

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Pydest is an asynchronous API wrapper for Destiny 2 written in Python. The goal
44

55
Here are some examples of Pydest in action (assuming this code is running in an event loop):
66

7-
```
7+
```python
88
import pydest
99

1010
destiny = pydest.Pydest('your-api-key')
@@ -14,7 +14,7 @@ await destiny.close()
1414

1515
Pydest also has full support for easily decoding hash values from the Destiny 2 manifest.
1616

17-
```
17+
```python
1818
import pydest
1919

2020
destiny = pydest.Pydest('your-api-key')

0 commit comments

Comments
 (0)