From ad5ae944cc194562e964e031dbc58b770b8c35d6 Mon Sep 17 00:00:00 2001 From: Juan David Nicholls Cardona Date: Fri, 19 Mar 2021 10:48:34 -0500 Subject: [PATCH] Fix scripts to be used from HTML --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0cedbe7..31eb0e5 100644 --- a/README.md +++ b/README.md @@ -49,12 +49,12 @@ Simply add this tag wherever you want in your project: ### Script tag -- Put a script tag similar to this `` in the head of your index.html +- Put a script tag similar to this `` in the head of your index.html - Then you can use the element anywhere in your template, JSX, html etc ### Node Modules - Run `npm install @ion-phaser-ce/core --save` -- Put a script tag similar to this `` in the head of your index.html +- Put a script tag similar to this `` in the head of your index.html - Then you can use the element anywhere in your template, JSX, html etc ### In a stencil-starter app