Skip to content

Commit 5f8d885

Browse files
committed
remove extra parenthesis
1 parent 6b1ff03 commit 5f8d885

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
@@ -41,7 +41,7 @@ const highlighter = new Highlight({
4141
html: true
4242
})
4343

44-
document.body.innerHTML += highlighter.highlight("SELECT `id`, `username` FROM `users` WHERE `email` = '[email protected]'"))
44+
document.body.innerHTML += highlighter.highlight("SELECT `id`, `username` FROM `users` WHERE `email` = '[email protected]'")
4545
```
4646

4747
**Output:**

0 commit comments

Comments
 (0)