Improve wording of README

This commit is contained in:
David Bailey 2017-08-12 16:28:38 +01:00
parent 64c61a32fa
commit 3f4885adfb

View File

@ -387,8 +387,7 @@ Below is a list of currently supported actions. Requests with invalid actions or
* **areSuspended** * **areSuspended**
Returns an array, where the value at an index is `true` if the card with the given ID at that index is suspended, or Returns an array indicating whether each of the given cards is suspended (in the same order).
`false` otherwise.
*Sample request*: *Sample request*:
``` ```
@ -407,9 +406,9 @@ Below is a list of currently supported actions. Requests with invalid actions or
* **areDue** * **areDue**
Returns an array, where the value at an index is `true` if the card with the ID given at that index is due, or Returns an array indicating whether each of the given cards is due (in the same order). Note: cards in the learning
`false` otherwise. Note: cards in the learning queue with a large interval (over 20 minutes) are treated as not due queue with a large interval (over 20 minutes) are treated as not due until the time of their interval has passed, to
until the time of their interval has passed, to match the way Anki treats them. match the way Anki treats them when reviewing.
*Sample request*: *Sample request*:
``` ```