From e1bb6ec2a68ef7e3ad7c805100d1ab607c739617 Mon Sep 17 00:00:00 2001 From: Nell Boulle Date: Sat, 24 Aug 2024 10:11:09 +0200 Subject: [PATCH] README: update poetry documentation Fix a command reference and 404ing link. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fc2263b..c88e9aa 100644 --- a/README.md +++ b/README.md @@ -51,10 +51,10 @@ plugins = [ ### For Poetry -Install [like any other Poetry plugin](https://python-poetry.org/docs/master/plugins/#using-plugins), e.g.: +Install [like any other Poetry plugin](https://python-poetry.org/docs/plugins/#using-plugins), e.g.: ```bash -poetry self plugin add "sync-pre-commit-lock[poetry]" +poetry self add "sync-pre-commit-lock[poetry]" ``` > Only Poetry 1.6.0+ is supported.