diff --git a/example/reset.ts b/example/reset.ts index 9f478d4..3b81de2 100644 --- a/example/reset.ts +++ b/example/reset.ts @@ -2,9 +2,9 @@ import "dotenv/config"; import { Midjourney } from "../src"; /** * - * a simple example of using the settings api + * a simple example of using the reset api * ``` - * npx tsx example/settings.ts + * npx tsx example/reset.ts * ``` */ async function main() {