From 5e266aed3695927efbb3e6882a241bcb4fc91b63 Mon Sep 17 00:00:00 2001 From: Kshitij Chawla Date: Tue, 14 Sep 2021 13:45:44 +0200 Subject: [PATCH] fix: :memo: :bug: receipts -> receipt in parameter name & doc Fix: Issue #6 - Make `receipts` singular --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6501558b..d5c075d9 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Depending on what type of document you want to parse, you need to add specifics from mindee import Client mindee_client = Client( - expense_receipts_token="your_expense_receipts_api_token_here", + expense_receipt_token="your_expense_receipt_api_token_here", invoice_token="your_invoice_api_token_here", passport_token="your_passport_api_token_here", license_plate_token="your_license_plate_api_token_here",