Skip to content

Commit

Permalink
Merge pull request #22 from dhritzkiv/patch-1
Browse files Browse the repository at this point in the history
Fix block comment example in README.md
  • Loading branch information
frigus02 authored Jun 29, 2021
2 parents 2f49aa3 + eb64dfb commit 5488239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Syntax highlighting works for `sql` and `sqlFragment` template tags and function
- Comments before template literals:

```ts
/* sql * / `SELECT * FROM user`
/* sql */ `SELECT * FROM user`
/* sqlFragment */ `WHERE id = ${id}`;
```

Expand Down

0 comments on commit 5488239

Please sign in to comment.