@lti-tool/core 1.0.2 → 1.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/README.md +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -47,7 +47,7 @@ const session = await ltiTool.createSession(payload);
|
|
|
47
47
|
|
|
48
48
|
## Documentation
|
|
49
49
|
|
|
50
|
-
- [API Reference](https://lti-tool.dev
|
|
50
|
+
- [API Reference](https://docs.lti-tool.dev) - Complete API documentation
|
|
51
51
|
- [Examples](https://github.com/lti-tool/lti-tool-examples) - (Coming soon) Working examples
|
|
52
52
|
|
|
53
53
|
## Security
|