diff --git a/CHANGES.md b/CHANGES.md index 748dbca..565c36f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -37,6 +37,10 @@ - Update GitHub action to support containerized runs (#2748) +### Documentation + +- Change protocol in pip installation instructions to `https://` (#2761) + ## 21.12b0 ### _Black_ diff --git a/README.md b/README.md index e2b0d17..32db2bf 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ run. If you want to format Jupyter Notebooks, install with `pip install black[ju If you can't wait for the latest _hotness_ and want to install from GitHub, use: -`pip install git+git://github.com/psf/black` +`pip install git+https://github.com/psf/black` ### Usage