Skip to content

Commit c01ef7f

Browse files
committed
fix: doc code block indentation
1 parent c453d3c commit c01ef7f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ func main() {
2626
// or, if you are working with etherscan-family API like BscScan
2727
//
2828
// client := etherscan.NewCustomized(etherscan.Customization{
29-
// Timeout: 15 * time.Second,
30-
// Key: "You key here",
31-
// BaseURL: "https://api.bscscan.com/api?",
32-
// Verbose: false,
33-
// })
29+
// Timeout: 15 * time.Second,
30+
// Key: "You key here",
31+
// BaseURL: "https://api.bscscan.com/api?",
32+
// Verbose: false,
33+
// })
3434

3535
// (optional) add hooks, e.g. for rate limit
3636
client.BeforeRequest = func(module, action string, param map[string]interface{}) error {

0 commit comments

Comments
 (0)