Merge pull request #30 from techdavid/readme-fixes
Fix README typo and trailing spaces
This commit is contained in:
commit
4775caf6e7
@ -89,7 +89,7 @@ Below is a list of currently supported actions. Requests with invalid actions or
|
|||||||
Gets the version of the API exposed by this plugin. Currently versions `1` through `4` are defined.
|
Gets the version of the API exposed by this plugin. Currently versions `1` through `4` are defined.
|
||||||
|
|
||||||
This should be the first call you make to make sure that your application and AnkiConnect are able to communicate
|
This should be the first call you make to make sure that your application and AnkiConnect are able to communicate
|
||||||
properly with each other. New versions of AnkiConnect will backwards compatible; as long as you are using actions
|
properly with each other. New versions of AnkiConnect are backwards compatible; as long as you are using actions
|
||||||
which are available in the reported AnkiConnect version or earlier, everything should work fine.
|
which are available in the reported AnkiConnect version or earlier, everything should work fine.
|
||||||
|
|
||||||
*Sample request*:
|
*Sample request*:
|
||||||
@ -533,7 +533,7 @@ Below is a list of currently supported actions. Requests with invalid actions or
|
|||||||
"Japanese::JLPT N3": [1502298036657, 1502298033753]
|
"Japanese::JLPT N3": [1502298036657, 1502298033753]
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
* **changeDeck**
|
* **changeDeck**
|
||||||
|
|
||||||
@ -554,7 +554,7 @@ Below is a list of currently supported actions. Requests with invalid actions or
|
|||||||
```
|
```
|
||||||
null
|
null
|
||||||
```
|
```
|
||||||
|
|
||||||
* **deleteDecks**
|
* **deleteDecks**
|
||||||
|
|
||||||
Deletes decks with the given names. If `cardsToo` is `true` (defaults to `false` if unspecified), the cards within
|
Deletes decks with the given names. If `cardsToo` is `true` (defaults to `false` if unspecified), the cards within
|
||||||
|
Loading…
Reference in New Issue
Block a user