Skip to content

Commit

Permalink
updated example docs
Browse files Browse the repository at this point in the history
  • Loading branch information
thescientist13 committed Dec 20, 2024
1 parent 0d4a1fe commit c1a0f99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export default async function (request, context) {
<html lang="en">
<body>
<wc-greeting>
${greeting.getInnerHTML({ includeShadowRoots: true })}
${greeting.getHTML({ serializableShadowRoots: true })}
<details slot="details">
<pre>
${JSON.stringify(context.geo)}
Expand Down

0 comments on commit c1a0f99

Please sign in to comment.