Correct the package name in OpenID Connect install instructions (#8634)

The OpenID Connect install instructions suggested installing `synapse[oidc]`, but our PyPI package is called `matrix-synapse`.
pull/8657/head
Andrew Morgan 2020-10-26 14:45:33 +00:00 committed by GitHub
commit 73d8209694
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

1
changelog.d/8634.misc Normal file
View File

@ -0,0 +1 @@
Correct Synapse's PyPI package name in the OpenID Connect installation instructions.

View File

@ -37,7 +37,7 @@ as follows:
provided by `matrix.org` so no further action is needed.
* If you installed Synapse into a virtualenv, run `/path/to/env/bin/pip
install synapse[oidc]` to install the necessary dependencies.
install matrix-synapse[oidc]` to install the necessary dependencies.
* For other installation mechanisms, see the documentation provided by the
maintainer.