Skip to content

Commit 1c1573e

Browse files
authored
fix: 📝 🐛 receipts -> receipt in parameter name & doc (#9)
Fix: Issue #6 - Make `receipts` singular
1 parent 45ebd61 commit 1c1573e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Depending on what type of document you want to parse, you need to add specifics
3131
from mindee import Client
3232

3333
mindee_client = Client(
34-
expense_receipts_token="your_expense_receipts_api_token_here",
34+
expense_receipt_token="your_expense_receipt_api_token_here",
3535
invoice_token="your_invoice_api_token_here",
3636
passport_token="your_passport_api_token_here",
3737
license_plate_token="your_license_plate_api_token_here",

0 commit comments

Comments
 (0)