From a896022c17a3825f53312f3b66f5d85cb315bd2a Mon Sep 17 00:00:00 2001 From: Erin Millard Date: Tue, 5 Nov 2024 15:37:58 +1000 Subject: [PATCH] Update import paths in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a4c2681..94170c0 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ export const isDebug = boolean( ```ts // run.ts - starts the service/app, uses declarations from above -import { initialize } from "austenite"; +import { initialize } from "austenite/node"; import { cdnUrl, isDebug } from "./env.ts"; // validates the environment, option defaults shown here