Fix small doc typo - thanks @jaywgraves (#365)

This commit is contained in:
Jay Graves 2018-09-19 12:15:42 -05:00 committed by Simon Willison
commit 1bcd54a834

View file

@ -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"
}
}
}