Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ayakovlenko committed Aug 11, 2024
1 parent b537e0f commit 15ec696
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,3 +94,13 @@ Provide a path to your own deck and start practicing.

On the first run, the app will create a complimentary review file following a
convention `<deck-name>.review.yaml` to keep track of the state.

## Thanks

The app is using an implementation of SM2 by @VienDinhCom.

The package is copied into [./src/supermemo](./src/supermemo) with the intention
of modifying it into SM2+ as described in the article by BlueRaja
[here][sm2plus].

[sm2plus]: https://www.blueraja.com/blog/477/a-better-spaced-repetition-learning-algorithm-sm2
7 changes: 0 additions & 7 deletions src/supermemo/mod.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1 @@
/**
* A fork of SM2 implementation from https://github.com/VienDinhCom/supermemo
* with the intention of modifying it into SM2+ as described below:
* https://www.blueraja.com/blog/477/a-better-spaced-repetition-learning-algorithm-sm2
*
* @module
*/
export * from "./supermemo.ts";

0 comments on commit 15ec696

Please sign in to comment.