From 681691ff257bf58f215368b7e6ed15ca0ee2a683 Mon Sep 17 00:00:00 2001 From: Philipp Pospischil <philipp.pospischil@univie.ac.at> Date: Sat, 12 Apr 2025 16:22:38 +0200 Subject: [PATCH] fix: README title --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fe0bc59..b49a92b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -# Solution for Anki scripting crimes, Part 1: Managing Anki templates with python code -Hi there, you probably came here from [Commiting scripting crimes in Anki, Part 2: Managing Anki templates with python code](https://tapirbug.xyz/en/post/anki-scripting-crimes-part-2). +# Solution for Anki scripting crimes, part 2: Managing Anki templates with python code +Hi there, you probably came here from [Anki scripting crimes, part 2: Managing Anki templates with python code](https://tapirbug.xyz/en/post/anki-scripting-crimes-part-2). This repository contains the complete source code that we built together over the article. -- GitLab