Update lti.md

Fix Mardown errors in LTI docs
This commit is contained in:
Fred Dixon 2023-04-27 14:17:58 -03:00 committed by GitHub
parent 2cded0aba4
commit f4eceef8e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,6 +30,6 @@ When installing using [bbb-install-2.6.sh](https://github.com/bigbluebutton/bbb-
-t <key>:<secret> Install BigBlueButton LTI framework tools and add/update LTI consumer credentials <key>:<secret>
```
After using the `-t` option, you can access the LTI launch URL by opening the URL https://<hostnam>/lti. With the LTI launchh URL, key, and secret, you can test the LTI integration using the [TUSGI test](https://www.tsugi.org/lti-test/lms.php) page.
After using the `-t` option, you can access the LTI launch URL by opening the URL `https://<hostnam>/lti`. With the LTI launchh URL, key, and secret, you can test the LTI integration using the [TUSGI test](https://www.tsugi.org/lti-test/lms.php) page.
For more details on the configuration of the LTI integration for BigBlueButton, see the README files for [bbb-lti-broker](https://github.com/bigbluebutton/bbb-lti-broker) and [bbb-apps-room](https://github.com/bigbluebutton/bbb-app-rooms).