Skip to content

Commit 3e9d4b5

Browse files
authored
�fix invalid usage example (#174)
1 parent 81f5157 commit 3e9d4b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ const { component } = await componentize(`
8585
import { log } from 'local:hello/logger';
8686
8787
export function sayHello (name) {
88-
log(`Hello ${name}`);
88+
log(\`Hello \${name}\`);
8989
}
9090
9191
`, `

0 commit comments

Comments
 (0)