diff --git a/docs/EcomCart.html b/docs/EcomCart.html index e2edcd3..cccf5f4 100644 --- a/docs/EcomCart.html +++ b/docs/EcomCart.html @@ -1014,7 +1014,7 @@
Simple vanilla JS library to handle shopping cart with common methods following E-Com Plus cart object model
-This library is available for browser only
+Include minified bundle via CDN:
+<script src="https://cdn.jsdelivr.net/npm/@ecomplus/shopping-cart@0/dist/shopping-cart.min.js"></script>
If using webpack
or browserify
(or relateds),
+you can also install the
+npm package:
npm install --save @ecomplus/shopping-cart
And import the bundle file:
+import '@ecomplus/shopping-cart'