From b090da5b5970d4796c9296945cd5d7dc3b612f85 Mon Sep 17 00:00:00 2001 From: dragonman225 Date: Sun, 5 May 2019 21:33:48 +0800 Subject: [PATCH] Fix README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 343da1a..28af99a 100644 --- a/README.md +++ b/README.md @@ -727,7 +727,7 @@ guarantee that your application continues to function properly in the future. ``` -* **createNewModel** +* **createModel** Creates a new model to be used in Anki. User must provide the `modelName`, `inOrderFields` and `cardTemplates` to be used in the model. @@ -735,7 +735,7 @@ guarantee that your application continues to function properly in the future. *Sample request* ```json { - "action": "createNewModel", + "action": "createModel", "version": 6, "params": { "modelName": "newModelName",