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')`.