From f7011606ac67faaaf8911567d6a2da570e532936 Mon Sep 17 00:00:00 2001 From: James Gayfer Date: Sun, 26 Jun 2022 07:37:57 -0700 Subject: [PATCH] Use proper syntax highlighting in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3a6b960..cded45e 100644 --- a/README.md +++ b/README.md @@ -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') @@ -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')