diff --git a/README.md b/README.md index 627cdad..500fe14 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Parses markdown elements into cloze anki notes and assembles them into an anki package using [genanki](https://github.com/kerrickstaley/genanki). ## Usage -This script han handle codeblocks or [obsidian callouts](https://help.obsidian.md/How+to/Use+callouts). +This script can handle codeblocks or [obsidian callouts](https://help.obsidian.md/How+to/Use+callouts). Create some anki code blocks or callouts in your markdown files with unique `name` and `deck` (note the `anki` attribute in codeblock): @@ -23,4 +23,4 @@ Run `python path/to/src/markdown_to_anki.py` in the directory where you notes li Import the package into anki. -If you want other markdown elements to be handled, feel free to submit an issue. \ No newline at end of file +If you want other markdown elements to be handled, feel free to submit an issue.