From 1c185abd28402a0e55696fdc8dee7d45b63fca70 Mon Sep 17 00:00:00 2001 From: Marcos Passos Date: Fri, 29 May 2020 14:24:18 -0300 Subject: [PATCH] Update CDN section of readme --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) 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.