From f673cf07b8ca8673e01399b802d0288eef4d3d5c Mon Sep 17 00:00:00 2001 From: Eric Date: Mon, 19 Jun 2023 20:04:03 +0800 Subject: [PATCH] fix reset --- example/reset.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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() {