From 847c2b252af613c824e798c13c375b8d0d0f893e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?An=C5=BEe=20Bertoncelj?= Date: Tue, 3 Jul 2018 15:50:50 +0200 Subject: [PATCH] Change addNote auto fields parameter to array The "fields" parameter should be array instead of a string. --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index faa4c15..040584d 100644 --- a/README.md +++ b/README.md @@ -706,7 +706,9 @@ guarantee that your application continues to function properly in the future. "url": "https://assets.languagepod101.com/dictionary/japanese/audiomp3.php?kanji=猫&kana=ねこ", "filename": "yomichan_ねこ_猫.mp3", "skipHash": "7e2c2f954ef6051373ba916f000168dc", - "fields": "Front" + "fields": [ + "Front" + ] } } } @@ -748,7 +750,9 @@ guarantee that your application continues to function properly in the future. "url": "https://assets.languagepod101.com/dictionary/japanese/audiomp3.php?kanji=猫&kana=ねこ", "filename": "yomichan_ねこ_猫.mp3", "skipHash": "7e2c2f954ef6051373ba916f000168dc", - "fields": "Front" + "fields": [ + "Front" + ] } } ]