Skip to content

Commit 2c051a9

Browse files
authored
Move hyphen-minus to the right place (#425)
While there, don't terminate a list item with a full stop ('.').
1 parent 575ddd4 commit 2c051a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
>
55
> "SQL is actually pretty great"
66
7-
sqlc generates **fully-type safe idiomatic Go code** from SQL. Here's how it
7+
sqlc generates **fully type-safe idiomatic Go code** from SQL. Here's how it
88
works:
99

1010
1. You write SQL queries
1111
1. You run sqlc to generate Go code that presents type-safe interfaces to those
1212
queries
13-
1. You write application code that calls the methods sqlc generated.
13+
1. You write application code that calls the methods sqlc generated
1414

1515
Seriously, it's that easy. You don't have to write any boilerplate SQL querying
1616
code ever again.

0 commit comments

Comments
 (0)