]> git.madduck.net Git - etc/vim.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Change repo name to psf/black in README (#938)
authorAsger Hautop Drewsen <asgerdrewsen@gmail.com>
Wed, 24 Jul 2019 16:54:05 +0000 (18:54 +0200)
committerZsolt Dollenstein <zsol.zsol@gmail.com>
Wed, 24 Jul 2019 16:54:05 +0000 (17:54 +0100)
README.md

index ddb160d4af561e2bc5f91c5e4360ffde9f7b0f34..2026a4d8ce18d30c52b2c59cc49c58aa5aaaa81f 100644 (file)
--- 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).