diff --git a/README.md b/README.md index 3044103..ca35552 100644 --- a/README.md +++ b/README.md @@ -1988,7 +1988,7 @@ Search parameters are passed to Anki, check the docs for more information: https
- Samples results: + Sample results: ```json { @@ -3750,11 +3750,11 @@ Search parameters are passed to Anki, check the docs for more information: https { "result": [ { - canAdd: false, - error: 'cannot create note because it is a duplicate' + "canAdd": false, + "error": "cannot create note because it is a duplicate" }, { - canAdd: true + "canAdd": true } ], "error": null