From e227d6b37a3ea170678ad4fcfc3131b583aa288c Mon Sep 17 00:00:00 2001 From: Jonathan Putney Date: Thu, 27 May 2021 12:01:40 -0400 Subject: [PATCH] Updating README for individual API use --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 642ea6f..aad8c96 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,11 @@ To begin with, you include either the `scorm-again.js` or `scorm-again.min.js` f ``` +Or, if you would like to only pull in one API, you include either the `aicc.js`, `scorm12.js` or `scorm2004.js` files or their minified versions on your launching page: +```html + +``` + Or, if you would like to install the library using your package manager, you can do the following: ```sh npm install scorm-again