diff --git a/README.md b/README.md index 18ecdda4980186146aa46663c61833920cded357..b8014e28ffc31d0a3d13754886ee89889cafe68a 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ _Pipelines must succeed_ is highly recommended). *Everything below this point is not starter-project-specific, you may want to keep it* ## Importing the pack to your phone or PC -Open the [releases section](-/releases) and click _Browse all APKGS…_ on the +Open the [releases section](/releases) and click _Browse all APKGS…_ on the newest release. There, click an APKG, download it, and import into Anki. If you are completely new to Anki and feel a bit lost, check out the user guide @@ -45,6 +45,7 @@ configures which HTML too use for the cards and how your data is laid out. You can use the content in the starter template as your basis or just have a look to see how it works: * [content/Facts-from-CSV](https://gitlab.phaidra.org/kartenaale/templates/anki-pack/-/tree/main/content/Facts-from-CSV) for Q/A cards imported from a CSV file, +* [content/Bijection-from-CSV](https://gitlab.phaidra.org/kartenaale/templates/anki-pack/-/tree/main/content/Bijection-from-CSV) for cards that work both ways, where the answer is also a question, * [content/Bijection-from-Images](https://gitlab.phaidra.org/kartenaale/templates/anki-pack/-/tree/main/content/Bijection-from-Images) for two cards, one to remember the image and one to remember the label in the filename. To get your changes back into the repository and test them, create a new branch diff --git a/package.json b/package.json index 1fe40bb8d1bdb646910f23cead9329033e3fd09d..bfef80206b7dcfb2f06b2f865ca1e272b34c40b4 100644 --- a/package.json +++ b/package.json @@ -1,3 +1,3 @@ { - "version": "1.0.0-starter3" + "version": "1.0.0-starter4" }