Skip to content

Commit

Permalink
2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxvien authored and Maxvien committed Jul 10, 2020
1 parent a19c7cd commit 0ad83d5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@ type SuperMemoGrade = 0 | 1 | 2 | 3 | 4 | 5;
supermemo(item: SuperMemoItem, grade: SuperMemoGrade): SuperMemoItem
```

- **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.
- **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.
- **grade**:
- **5**: perfect response.
- **4**: correct response after a hesitation.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"typescript"
],
"author": "Vien Dinh",
"version": "2.0.1",
"version": "2.0.2",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down

0 comments on commit 0ad83d5

Please sign in to comment.