Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
adamlacombe committed Jul 30, 2023
1 parent 9f322ca commit 4532a0b
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 @@ -19,7 +19,7 @@ to ensure the expression is valid.
Here's an example of how to use the ExpressionBuilder:

```typescript
import { ExpressionBuilder } from "https://deno.land/x/cloudflare-expression-builder/mod.ts";
import { ExpressionBuilder } from "https://deno.land/x/cloudflare_expression_builder/mod.ts";

const builder = new ExpressionBuilder();
builder.addExpression("ip.src", "==", "1.2.3.4")
Expand Down

0 comments on commit 4532a0b

Please sign in to comment.