We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ee54d3 commit b95be17Copy full SHA for b95be17
README.md
@@ -20,14 +20,14 @@ SET GLOBAL long_query_time = 0;
20
21
## Database Setting
22
To set up database
23
-- rename the file `config.sample.yaml` to `config.yaml`
+- rename `config.sample.yaml` to `config.yaml`
24
- modify the yaml settings
25
26
https://github.com/tkc/sql-dog/blob/master/config.sample.yaml
27
28
## Validate Setting
29
To set up validation
30
-- rename the file `linter.sample.yaml` to `linter.yaml`
+- rename `linter.sample.yaml` to `linter.yaml`
31
32
33
https://github.com/tkc/sql-dog/blob/master/linter.sample.yaml
0 commit comments