From 1d77a66fb391ba3ce2d1072adb4d4f09ad3e55cd Mon Sep 17 00:00:00 2001 From: Stephen Vickers Date: Mon, 8 Jan 2024 15:35:34 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c469c46..901c4e7 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ This set of PHP classes encapsulates the code required by an LTI compliant tool provider to communicate with an LTI tool consumer. It includes support for LTI 1.1 and the unofficial extensions to Basic LTI, as well as the registration process and services of LTI 1.2/2.0, and the new security model introduced by LTI 1.3. The Names and Role Provisioning service and the Assignment and Grade services (Line Item, Result and Score) are also supported using either of the LTI security models. -These classes are designed as an update to the LTI Tool Provider class library (http://www.spvsoftwareproducts.com/php/lti_tool_provider/) and a replacement for the library at https://github.com/IMSGlobal/LTI-Tool-Provider-Library-PHP which is no longer supported. +These classes are designed as an update to the [LTI Tool Provider class library](http://www.spvsoftwareproducts.com/php/lti_tool_provider/) and a replacement for the library at https://github.com/IMSGlobal/LTI-Tool-Provider-Library-PHP which is no longer supported. Whilst supporting LTI is relatively simple, the benefits to using a class library like this one are: