Skip to content

Commit

Permalink
Update cratedb_sqlparse_js/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Andreas Motl <[email protected]>
  • Loading branch information
surister and amotl authored May 30, 2024
1 parent 76d7567 commit 5e5e579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cratedb_sqlparse_js/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 5e5e579

Please sign in to comment.