diff --git a/testing/README.md b/testing/README.md index 919b1279b8..f9f47eaa69 100644 --- a/testing/README.md +++ b/testing/README.md @@ -3,7 +3,7 @@ ## Usage ```ts -import { test, assert, equal, assertEqual } from 'https://deno.land/x/testing/testing.ts'; +import { test, assert, equal, assertEqual } from 'https://deno.land/x/testing/mod.ts'; test({ name: 'testing example', @@ -28,4 +28,4 @@ test(function example() { assertEqual("world", "world"); assertEqual({hello: "world"}, {hello: "world"}); }); -``` \ No newline at end of file +```