From 5e5e579d58c9f6b620dcd13a0b07a8189584db29 Mon Sep 17 00:00:00 2001 From: Ivan Date: Thu, 30 May 2024 13:50:10 +0200 Subject: [PATCH] Update cratedb_sqlparse_js/README.md Co-authored-by: Andreas Motl --- cratedb_sqlparse_js/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cratedb_sqlparse_js/README.md b/cratedb_sqlparse_js/README.md index 84acbf4..6019bd6 100644 --- a/cratedb_sqlparse_js/README.md +++ b/cratedb_sqlparse_js/README.md @@ -37,7 +37,7 @@ console.log(queries[0].original_query) ``` ### CrateDB version -You can programmatically check the CrateDB version the package was compiled ford in `index.js` +You can programmatically check the CrateDB version the package was compiled for in `index.js` ```javascript import { __cratedb_version__ } from "@cratedb/cratedb-sqlparse";