From 6dd1f3594d3fb0329ce5fd0bb02b93329b931b1a Mon Sep 17 00:00:00 2001 From: Oliver Andrich Date: Sat, 7 Dec 2024 19:26:27 +0100 Subject: [PATCH] Fixed link in README.md. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6d46f13..f88d9a0 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ Checkout the detailed [installation guide](https://django-tailwind-cli.rtfd.io/l - A template tag to include the Tailwind CSS file in your project. - A base template for your project. - A sane tailwind.config.js that activates all the official plugins and includes a simple HTMX plugin. -- A management command to install [a workaround to support Tailwind CLI in PyCharm](https://django-tailwind-cli.rtfd.io/usage/#use-with-pycharm). +- A management command to install [a workaround to support Tailwind CLI in PyCharm](https://django-tailwind-cli.rtfd.io/latest/usage/#use-with-pycharm). ## Requirements