From b7a108c6086e2283cf59b7fec4869967d9dedcb8 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Mon, 13 May 2024 14:57:54 -0600 Subject: [PATCH] make `sqlc.yaml` copy/pastable Having `sqlc.(yaml|yml)` almost takes up as many characters on the page as it saves, but more importantly, it makes it so that I can't just copy `sqlc.yaml` (or `sqlc.yml`) and get to work. This enumerates the two to simplify reading, search indexing, and copying of the filename. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b913bd4..a1ded59 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ Initialize a new package. $ bun init ``` -sqlc looks for either a `sqlc.(yaml|yml)` or `sqlc.json` file in the current +sqlc looks for either a `sqlc.yaml`, `sqlc.yml` or `sqlc.json` file in the current directory. In our new directory, create a file named `sqlc.yaml` with the following contents: