fixed typo

This commit is contained in:
juanelas 2020-05-01 01:31:17 +02:00
parent 5e31534b31
commit 4d8592b365
2 changed files with 2 additions and 2 deletions

View File

@ -65,7 +65,7 @@ Import your module as :
```html
<head>
...
<script src="../../lib/index.browser.bundle.js"></script> <!-- Use you actual path to the browser bundle -->
<script src="../../lib/index.browser.bundle.iife.js"></script> <!-- Use you actual path to the browser bundle -->
</head>
<body>
...

View File

@ -64,7 +64,7 @@ Import your module as :
```html
<head>
...
<script src="../../lib/index.browser.bundle.js"></script> <!-- Use you actual path to the browser bundle -->
<script src="../../lib/index.browser.bundle.iife.js"></script> <!-- Use you actual path to the browser bundle -->
</head>
<body>
...