From 7008a8b4a5e2a72c56956e12adf82932271f8c3e Mon Sep 17 00:00:00 2001 From: Tim Taschke Date: Wed, 14 Sep 2022 10:28:30 +0900 Subject: [PATCH] fix: doc link in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9392fc0..fddd0af 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ PyFLP is a parser for FL Studio project (.flp) files written in Python. pip install --upgrade pyflp ``` -[Alternate ways to install](https://pyflp.rtfd.io/en/latest/installation). +[Alternate ways to install](https://pyflp.rtfd.io/en/latest/installation.html). ## ▶ Usage