Skip to content

Commit d158e75

Browse files
hyp3rflowGuy Bedford
authored andcommitted
fix invalid usage example (#174)
1 parent 81f5157 commit d158e75

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)