Skip to content

Commit

Permalink
Fixed typo in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Abb4 authored Oct 17, 2023
1 parent 7a3ac63 commit 7a16855
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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):

Expand All @@ -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.
If you want other markdown elements to be handled, feel free to submit an issue.

0 comments on commit 7a16855

Please sign in to comment.