Skip to content

Commit a22905e

Browse files
authored
Fix "Simple usage" snippet
1 parent 972082b commit a22905e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Copy your `Access Token` in the [credentials panel](https://www.mercadopago.com/
2525
```python
2626
import mercadopago
2727

28-
sdk = mercadopago.sdk("YOUR_ACCESS_TOKEN")
28+
sdk = mercadopago.SDK("YOUR_ACCESS_TOKEN")
2929

3030
payment_data = {
3131
"transaction_amount": 100,

0 commit comments

Comments
 (0)