Merge pull request #116 from dragonman225/fix-readme

Fix README.md
This commit is contained in:
Alex Yatskov 2019-05-05 08:37:46 -07:00 committed by GitHub
commit 92a0da4235
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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