From 04d0d339d06608702adc8cf0f8d934e34fd73104 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Thu, 22 Feb 2024 09:57:28 +0100 Subject: [PATCH] README.md: Expand the acronym Learning Tools Interoperability https://en.wikipedia.org/wiki/Learning_Tools_Interoperability --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 15d4853..8e2cd11 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,8 @@ # Documentation -django-lti-provider provides LTI functionality for the Django web framework. This +django-lti-provider provides [Learning Tools Interoperability](https://en.wikipedia.org/wiki/Learning_Tools_Interoperability) +(LTI) functionality for the Django web framework. This work began as a port of MIT's [LTI Flask Sample](https://github.com/mitodl/mit_lti_flask_sample), which demonstrates a sample LTI provider for the Flask Framework based on the [Python LTI library, PyLTI](https://github.com/mitodl/pylti).