Updating README.md
This commit is contained in:
parent
ee7b158cc9
commit
035ebeb927
@ -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
|
Creates a new model to be used in Anki. User must provide the `modelName`, `inOrderFields` and `cardTemplates` to be
|
||||||
used in the model.
|
used in the model.
|
||||||
@ -740,7 +740,7 @@ guarantee that your application continues to function properly in the future.
|
|||||||
"version": 6,
|
"version": 6,
|
||||||
"params": {
|
"params": {
|
||||||
"modelName": "newModelName",
|
"modelName": "newModelName",
|
||||||
"inOrderFields": ["Field1", "Field2", "Field3"],
|
"inOrderFields": ["Field1", "Field2", "Field3"],
|
||||||
"css": "Optional CSS with default to builtin css",
|
"css": "Optional CSS with default to builtin css",
|
||||||
"cardTemplates": [
|
"cardTemplates": [
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user