From 235a0b5bcb6bdb1e2f34f935df71860da37ef4e8 Mon Sep 17 00:00:00 2001 From: Asger Hautop Drewsen Date: Wed, 24 Jul 2019 18:54:05 +0200 Subject: [PATCH] Change repo name to psf/black in README (#938) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ddb160d..2026a4d 100644 --- a/README.md +++ b/README.md @@ -730,13 +730,13 @@ Configuration: To install with [vim-plug](https://github.com/junegunn/vim-plug): ``` -Plug 'python/black' +Plug 'psf/black' ``` or with [Vundle](https://github.com/VundleVim/Vundle.vim): ``` -Plugin 'python/black' +Plugin 'psf/black' ``` or you can copy the plugin from [plugin/black.vim](https://github.com/psf/black/tree/master/plugin/black.vim). -- 2.39.2