Updating README.md

This commit is contained in:
Alex Yatskov 2019-03-07 11:18:51 -08:00
parent ee7b158cc9
commit 035ebeb927

View File

@ -728,7 +728,7 @@ guarantee that your application continues to function properly in the future.
```
**Create New Model**
* **createNewModel**
Creates a new model to be used in Anki. User must provide the `modelName`, `inOrderFields` and `cardTemplates` to be
used in the model.
@ -740,7 +740,7 @@ guarantee that your application continues to function properly in the future.
"version": 6,
"params": {
"modelName": "newModelName",
"inOrderFields": ["Field1", "Field2", "Field3"],
"inOrderFields": ["Field1", "Field2", "Field3"],
"css": "Optional CSS with default to builtin css",
"cardTemplates": [
{