From a3c219ab32f0915bd5cb94e39aa410688a1f3160 Mon Sep 17 00:00:00 2001 From: "Daniele Verducci (Slimpenguin)" Date: Tue, 28 Feb 2023 22:51:04 +0100 Subject: [PATCH] Fixed link in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 296b717..1bde9f6 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ You will need a jailbroken kindle. Follow the [kidle-dash](https://github.com/pascalw/kindle-dash) instructions to install the dashboard. From now on, let's say you installed it in a folder called `my-dashboard`. -(Install Python3)[https://wiki.mobileread.com/wiki/Python_on_Kindle] on your kindle +[Install Python3](https://wiki.mobileread.com/wiki/Python_on_Kindle) on your kindle Check python is correctly installed running `python3 --version` (should print something like `Python 3.9.8`). > Note: Python version 3.x is required. This will not work with Python 2.x