Skip to content

Commit

Permalink
Fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
markwylde committed Jul 4, 2024
1 parent 21917eb commit f652e02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ Completely remove the key and it's value from the database.
### Query
This has been implemented but it is very inefficient right now, as it doesn't use indexes. Inside, it iteratives over all keys then matches the operators.

Supported operators can be found in the [applyMqlOperators](index.js:302) function.
Supported operators can be found in the [applyMqlOperators](./index.js#L302) function.

```javascript
const record = doubledb.query({
Expand Down

0 comments on commit f652e02

Please sign in to comment.