Skip to content

Commit 82705e3

Browse files
authored
Update README.md
1 parent 8694575 commit 82705e3

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
@@ -228,7 +228,7 @@ sqlc(/*sql*/ `
228228

229229
- PostgreSQL only (for now)
230230
- Queries must be statically analyzable (no dynamic SQL) which is good and bad at the same time
231-
- All queries must use the `/*sql*/` tag until TypeScript supports generic template literals
231+
- All queries must be called using `sqlc` function until TypeScript supports generic template literals
232232

233233
## 🙏 Credits
234234

0 commit comments

Comments
 (0)