Skip to content

Commit

Permalink
docs: format code-block in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
0xMochan authored Nov 4, 2023
1 parent c91f847 commit 0db2207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Subgrounds also comes bundled with extra modules that may require extra librarie
>>> sg = Subgrounds()

>>> # Load
>>> aave_v2 = sg.load_subgraph('https://api.thegraph.com/subgraphs/name/messari/aave-v2-ethereum')
>>> aave_v2 = sg.load_subgraph("https://api.thegraph.com/subgraphs/name/messari/aave-v2-ethereum")

>>> # Construct the query
>>> latest = aave_v2.Query.markets(
Expand Down

0 comments on commit 0db2207

Please sign in to comment.