Skip to content

Commit c31ae1a

Browse files
authored
fix: Fix a typo in a readme.md file, sqlc-database (#152)
- Corrected a typo in heading from readme.md file, sqlc-database example. - "sqcl" -> "sqlc"
1 parent 9de02bd commit c31ae1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sqlc-database/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<img width="200px" src="https://encore.dev/assets/branding/logo/logo.svg" alt="Encore - The Backend Development Engine" />
22

3-
# sqcl Database example
3+
# sqlc Database example
44

55
This is a basic Hello World Encore application with a single API endpoint, that uses sqlc and a SQL database to keep track of how many times you've said hello.
66

0 commit comments

Comments
 (0)