From 4aa8dfcb024e3c562c48e541e7d276ecc68d69e0 Mon Sep 17 00:00:00 2001 From: Charles Henry Date: Thu, 8 Jun 2017 15:05:53 +0100 Subject: [PATCH] Fix typos in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3cc3574..4b61f06 100644 --- a/README.md +++ b/README.md @@ -442,7 +442,7 @@ rather than raw JSON. If you are writing raw requests be sure to send valid JSON * **answerCard** - User to answer a card that is in the showAnswer state. Valid answers for this card can be found in the getNextCard response. + Used to answer a card that is in the showAnswer state. Valid answers for this card can be found in the getNextCard response. *Sample request*: ``` @@ -476,7 +476,7 @@ rather than raw JSON. If you are writing raw requests be sure to send valid JSON * **checkState** - User to answer a card that is in the showAnswer state. Valid answers for this card can be found in the getNextCard response. + Returns the window state and the reviewer state. *Sample request*: ```