Skip to content

Commit

Permalink
Use proper syntax highlighting in README
Browse files Browse the repository at this point in the history
  • Loading branch information
jgayfer authored Jun 26, 2022
1 parent c746e68 commit f701160
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Pydest is an asynchronous API wrapper for Destiny 2 written in Python. The goal

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

```
```python
import pydest

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

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

```
```python
import pydest

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

0 comments on commit f701160

Please sign in to comment.