Skip to content

Commit

Permalink
Update README Example to Point To Correct Location (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
tubbo authored May 15, 2020
1 parent 2e879e6 commit 7f337e2
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 @@ -20,7 +20,7 @@ More Useage see:

```ts
import { assertEquals, runTests, test } from "./deps.ts";
import { Query } from "https://deno.land/x/sql-builder@1.3.5/mod.ts";
import { Query } from "https://deno.land/x/sql_builder/mod.ts";

test(function testQueryInsert() {
const builder = new Query();
Expand Down

0 comments on commit 7f337e2

Please sign in to comment.