From d7305a2d178acb15f3624c0cc96d5cd39d69535a Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Mon, 23 Apr 2018 14:08:57 -0400 Subject: [PATCH] docs(readme): update version in cdn to latest closes #14285 --- core/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/README.md b/core/README.md index dc7d427ffe..389ad6615e 100644 --- a/core/README.md +++ b/core/README.md @@ -20,7 +20,7 @@ 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: - + 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')`.