From: Asger Hautop Drewsen Date: Wed, 24 Jul 2019 16:54:05 +0000 (+0200) Subject: Change repo name to psf/black in README (#938) X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/235a0b5bcb6bdb1e2f34f935df71860da37ef4e8 Change repo name to psf/black in README (#938) --- 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).