Skip to content

Commit 98c8971

Browse files
committed
doc
1 parent d0193a2 commit 98c8971

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ <h3>In HTML</h3>
193193
&lt;div&gt;&lt;%= message %&gt;&lt;/div&gt;
194194
&lt;/script&gt;
195195
&lt;script type="module"&gt;
196-
import { extended as template } from './lib/micro-template.js';
196+
import { extended as template } from 'https://cdn.jsdelivr.net/npm/micro-template@2.1.2/lib/micro-template.js';
197197
const html = template('tmpl1', { message: 'Hello, world!' });
198198
document.body.innerHTML += html;
199199
&lt;/script&gt;</code></pre>

misc/sourcemap-sample.png

188 KB
Loading

0 commit comments

Comments
 (0)