Skip to content

Commit

Permalink
Merge pull request #106 from Automattic/fix_readme
Browse files Browse the repository at this point in the history
fix readme for private key example as done in #104
  • Loading branch information
ashfame authored Nov 2, 2023
2 parents 3b7422b + 8aa41a1 commit cfb402f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ OIDC_PUBLIC_KEY
);

define( 'OIDC_PRIVATE_KEY', <<<OIDC_PRIVATE_KEY
-----BEGIN RSA PRIVATE KEY-----
-----BEGIN PRIVATE KEY-----
...
-----END RSA PRIVATE KEY-----
-----END PRIVATE KEY-----
OIDC_PRIVATE_KEY
);
~~~
Expand Down

0 comments on commit cfb402f

Please sign in to comment.