Skip to content

Commit

Permalink
fix example code
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-bromann committed Feb 26, 2024
1 parent e71f854 commit d17a228
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 @@ -51,7 +51,7 @@ You can also run `bx` programmatically, e.g. to hydrate components within the br
import path from "node:path";
import Koa from "koa";

import { run } from "../../dist/index.js";
import { run } from "bx";

const __dirname = path.dirname(new URL(import.meta.url).pathname);
const app = new Koa();
Expand Down

0 comments on commit d17a228

Please sign in to comment.