Skip to content

Commit

Permalink
�fix invalid usage example (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyp3rflow authored Dec 30, 2024
1 parent 81f5157 commit 3e9d4b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ const { component } = await componentize(`
import { log } from 'local:hello/logger';
export function sayHello (name) {
log(`Hello ${name}`);
log(\`Hello \${name}\`);
}
`, `
Expand Down

0 comments on commit 3e9d4b5

Please sign in to comment.