fix readme.md

This commit is contained in:
jackfoxy 2024-02-06 10:30:36 -08:00
parent 09e66eac88
commit 2bfa46b642

View File

@ -10,7 +10,7 @@ Build the library.
Submit a command for parsing in the dojo.
`(parse:parse(current-database 'db1') "FROM foo SELECT TOP 10 *")`
`(parse:parse(default-database 'db1') "FROM foo SELECT TOP 10 *")`
Successful commands will return a typed list of commands parsed into their respective data structures.