Skip to content
This repository was archived by the owner on Nov 20, 2022. It is now read-only.

Commit fbe9d0d

Browse files
Fix method formatting
1 parent d56b8f1 commit fbe9d0d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ ps = PancakeSwapAPI()
2323
Please note, the API functionality currently exposed by PancakeSwap is quite basic. This package will be updated
2424
as they add new functionality.
2525

26-
##`summary()`
26+
## `summary()`
2727
Returns a dictionary containing data for the top ~1000 PancakeSwap pairs, sorted by reserves.
2828

2929
Example invocation:
@@ -48,7 +48,7 @@ Example output:
4848
}
4949
```
5050
---
51-
##`tokens(address)`
51+
## `tokens(address)`
5252
If address parameter is specified, returns the token information, based on address. Otherwise,
5353
returns the tokens in the top ~1000 pairs on PancakeSwap, sorted by reserves.
5454

@@ -89,7 +89,7 @@ Example output with address:
8989
}
9090
```
9191
---
92-
##`pairs()`
92+
## `pairs()`
9393
Returns data for the top ~1000 PancakeSwap pairs, sorted by reserves.
9494

9595
Example invocation:

0 commit comments

Comments
 (0)