From 415240595db4e2eccf698d2938050c57f36706ed Mon Sep 17 00:00:00 2001 From: Simon Lammer Date: Sun, 28 Oct 2018 17:49:25 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 68d4f84..510f7d6 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ These are set to ```front``` and ```back``` respectively. ## Preparation To use anki-persistense, follow these steps: -1. Download the script from [the latest release](releases/latest). Using the minified version (```minified.js```) is recommended, in order to save space in the anki card type. (A link to the non-minified version is always added to the file, in case someone wants to look at the human-readable code.) +1. Download the script from [the latest release](https://github.com/SimonLammer/anki-persistence/releases/tag/v0.5.2). Using the minified version (```minified.js```) is recommended, in order to save space in the anki card type. (A link to the non-minified version is always added to the file, in case someone wants to look at the human-readable code.) 1. Copy and paste the file contents between to the beginning of front and back side of the card type. 1. Ensure that both script blocks are enclosed in ``````. @@ -146,4 +146,4 @@ Huge thanks to ## Other references * [r/Anki - Passings state between Fields](https://www.reddit.com/r/Anki/comments/4mhfmm/passing_state_between_fields/) -* [r/Anki - Pass data between both sides of an Anki flashcard](https://www.reddit.com/r/Anki/comments/8ksjqb/pass_data_between_both_sides_of_an_anki_flashcard/) \ No newline at end of file +* [r/Anki - Pass data between both sides of an Anki flashcard](https://www.reddit.com/r/Anki/comments/8ksjqb/pass_data_between_both_sides_of_an_anki_flashcard/)