From 465a55cbd317598108f1641ae61535538a11ac6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marko=20Ivan=C4=8Di=C4=87?= Date: Wed, 13 Nov 2024 13:47:11 +0100 Subject: [PATCH] Fix readme --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 1557e0e..c2bca11 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ composer require simplesamlphp/openid ## OpenID Federation -The initial functionality of the library revolves around the OpenID Federation specification. To use it, create an +The initial functionality of the library revolves around the OpenID Federation specification. To use it, create an instance of the class `\SimpleSAML\OpenID\Federation` ```php @@ -141,7 +141,6 @@ if (is_null($metadata)) { ); return; } - ``` If getting metadata results in an exception, the metadata is considered invalid and is to be discarded.