Fix README.md

This commit is contained in:
dragonman225 2019-05-05 21:33:48 +08:00
parent 5d90bbf1e0
commit b090da5b59

View File

@ -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",