From 2bfa46b6428169095fa1a4fe83818cad5f04d0f6 Mon Sep 17 00:00:00 2001 From: jackfoxy Date: Tue, 6 Feb 2024 10:30:36 -0800 Subject: [PATCH] fix readme.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 997ad86..7da9c0e 100755 --- a/README.md +++ b/README.md @@ -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.