From 00dffe579d9f6baa1ac73b047d92a1c648428d8d Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Tue, 26 Mar 2024 18:26:20 -0700 Subject: [PATCH] Readme updates --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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