Skip to content

Commit afe66a7

Browse files
fix typos
1 parent a3e0754 commit afe66a7

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
@@ -143,7 +143,7 @@ job_id = enqueue_response.job.id
143143
local_response = LocalResponse(request.body())
144144

145145
# You can also use a File object as the input.
146-
# local_response = mindee_client.source_from_path("path/to/my/file.ext);
146+
# local_response = LocalResponse("path/to/my/file.ext")
147147

148148
# Optional: verify the HMAC signature
149149
if not local_response.is_valid_hmac_signature(my_secret_key, "some signature"):

0 commit comments

Comments
 (0)