From b84822e6747b607633e86bb258bbe0b699e0537b Mon Sep 17 00:00:00 2001 From: Beeno Tung Date: Thu, 27 Feb 2020 08:56:29 +0800 Subject: [PATCH] docs(readme): update npm version on CDN example to latest (#20599) --- core/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/README.md b/core/README.md index 1958346dd0..569422bb41 100644 --- a/core/README.md +++ b/core/README.md @@ -23,9 +23,9 @@ The Ionic Core package contains the Web Components that make up the reusable UI Easiest way to start using Ionic Core is by adding a script tag to the CDN: ```html - - - + + + ``` Any Ionic component added to the webpage will automatically load. This includes writing the component tag directly in HTML, or using JavaScript such as `document.createElement('ion-toggle')`.