fixed typo
This commit is contained in:
parent
5e31534b31
commit
4d8592b365
|
@ -65,7 +65,7 @@ Import your module as :
|
||||||
```html
|
```html
|
||||||
<head>
|
<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>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
...
|
...
|
||||||
|
|
|
@ -64,7 +64,7 @@ Import your module as :
|
||||||
```html
|
```html
|
||||||
<head>
|
<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>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
...
|
...
|
||||||
|
|
Loading…
Reference in New Issue