From 1ac907dc80bec49837217bec57ebfd43aa5d49e2 Mon Sep 17 00:00:00 2001 From: Jonathan Putney <42720634+jcputney@users.noreply.github.com> Date: Mon, 6 Apr 2020 08:42:46 -0400 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 33a22b0..fb09d70 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,16 @@ To begin with, you include either the `scorm-again.js` or `scorm-again.min.js` f ``` +Or, if you would like to install the library using your package manager, you can do the following: +```sh +npm install scorm-again +``` +or +```sh +yarn add scorm-again +``` + +You would then initialize the APIs using the following JS statements: ```javascript var settings = {} # AICC