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`.
This commit is contained in:
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.