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.
|
||||
|
||||
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.
|
||||
|
||||
*Sample request*:
|
||||
@ -533,7 +533,7 @@ Below is a list of currently supported actions. Requests with invalid actions or
|
||||
"Japanese::JLPT N3": [1502298036657, 1502298033753]
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
|
||||
* **changeDeck**
|
||||
|
||||
@ -554,7 +554,7 @@ Below is a list of currently supported actions. Requests with invalid actions or
|
||||
```
|
||||
null
|
||||
```
|
||||
|
||||
|
||||
* **deleteDecks**
|
||||
|
||||
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