Change repo name to psf/black in README (#938)

This commit is contained in:
Asger Hautop Drewsen 2019-07-24 18:54:05 +02:00 committed by Zsolt Dollenstein
parent 18654bb52a
commit 235a0b5bcb

View File

@ -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).