mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Fix small doc typo - thanks @jaywgraves (#365)
This commit is contained in:
parent
b7257a21bf
commit
1bcd54a834
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ queries inside your ``metadata.json`` file. Here's an example::
|
|||
"sf-trees": {
|
||||
"queries": {
|
||||
"just_species": {
|
||||
"sql": select qSpecies from Street_Tree_List"
|
||||
"sql": "select qSpecies from Street_Tree_List"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue