Skip to content

Commit 7923169

Browse files
icyc9Brandon Dees
authored andcommitted
include snugssi before links
example is broken and elements aren't instantiating.
1 parent a7fe2b0 commit 7923169

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -317,16 +317,15 @@ template.bind (context)
317317

318318
<title>Remote Component Example</title>
319319

320+
<script src=//unpkg.com/snuggsi></script>
321+
320322
<link
321323
as=fetch
322324
id=foo-bar
323325
rel=preload
324326
href=foo-bar.html
325327
>
326328

327-
<script src=//unpkg.com/snuggsi></script>
328-
329-
330329
<foo-bar>
331330
<p slot=content>The quick brown fox jumped over the lazy dog
332331
</foo-bar>

0 commit comments

Comments
 (0)