diff --git a/test-utils/README.md b/test-utils/README.md index c453d8b..dbfb3e3 100644 --- a/test-utils/README.md +++ b/test-utils/README.md @@ -5,7 +5,7 @@ Test server for running Tabi apps in tests. ## Installation ```typescript -import { TabiTestServer } from "@tabirun/app/test-utils"; +import { TabiTestServer } from "./test-utils/server.ts"; ``` ## Usage