Skip to content

Commit 03fb99e

Browse files
soroushjkyleconroy
andauthored
Fix settings example in readme (#344)
The example had invalid yaml syntax. Co-authored-by: Kyle Conroy <[email protected]>
1 parent 2271061 commit 03fb99e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ in the directory where the `sqlc` command is run.
273273
```yaml
274274
version: "1"
275275
packages:
276-
- name: "db",
276+
- name: "db"
277277
emit_json_tags: true
278278
emit_prepared_queries: false
279279
emit_interface: true

0 commit comments

Comments
 (0)