Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
wdiesveld committed Apr 23, 2020
1 parent 33e2d87 commit a282ac7
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ TINYQUERIES_API_KEY=<yourkey>
- Create a config file `tinyqueries.json` or `tinyqueries.yaml` in your project folder. For example:
```json
{
"project": {
"label": "my-project-label"
},
"compiler": {
"dialect": "mysql",
"input": "<input folder>",
"output": "<output folder>"
}
"project": {
"label": "my-project-label"
},
"compiler": {
"dialect": "mysql",
"input": "<input folder>",
"output": "<output folder>"
}
}
```
- `input` should point to the folder of your TinyQueries source queries
Expand Down

0 comments on commit a282ac7

Please sign in to comment.