From 61927d61fbf904e1c42509bb8375f8b17a518df6 Mon Sep 17 00:00:00 2001 From: Vien Dinh Date: Wed, 7 Oct 2020 22:17:28 +0700 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 06942d3..fd9d187 100644 --- a/README.md +++ b/README.md @@ -19,9 +19,9 @@ supermemo(item: SuperMemoItem, grade: SuperMemoGrade): SuperMemoItem ``` - **item** - - **repetition**: the number of continous correct responses. - - **interval**: inter-repetition interval after the repetitions (in days). - - **efactor**: easiness factor reflecting the easiness of memorizing and retaining a given item in memory. + - **repetition**: the number of continous correct responses. The initial `repetition` value should be `0`. + - **interval**: inter-repetition interval after the repetitions (in days). The initial `interval` value should be `0`. + - **efactor**: easiness factor reflecting the easiness of memorizing and retaining a given item in memory. The initial `efactor` value should be `2.5`. - **grade**: - **5**: perfect response. - **4**: correct response after a hesitation.