Skip to content

Commit

Permalink
docs: update import statement for moved file
Browse files Browse the repository at this point in the history
  • Loading branch information
porcellus committed Oct 31, 2024
1 parent 8083d26 commit 7d23c0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/express/with-m2m/index.mjs
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import { program } from "./cli.mjs";
import { program } from "./assistant-client/cli.mjs";

program.parse(process.argv);

0 comments on commit 7d23c0a

Please sign in to comment.