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";