diff --git a/README.md b/README.md index ec76e6074..ce811f8bd 100644 --- a/README.md +++ b/README.md @@ -37,14 +37,19 @@ The Plug JS provides the building blocks for crafting personalized experiences. We currently offer two ways to install the library. ## CDN -Add the following line to the `` tag of your HTML document, replacing the `` with the public app ID: +Add the following line to the `` tag of your HTML document: ```html - + +``` + +In production, it is recommended to use the application specific tag, replacing the `` with the public app ID: + +```html + ``` This guarantees the application will always use the latest version of the library. -Rember ## NPM [NPM](https://npmjs.com) is the recommended installation method when building large scale applications with Croct. It pairs nicely with module bundlers such as Webpack or Browserify and includes Typescript typings.