Skip to content

Commit

Permalink
Merge pull request #153 from EstebanRestoy/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
zcpua authored Jun 20, 2023
2 parents 1148d1d + 8ee7040 commit 987e2db
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 @@ -32,7 +32,7 @@ import { Midjourney } from "midjourney";
});
await client.Connect();
const Imagine = await client.Imagine("A little pink elephant", (uri: string, progress:string) => {
onsole.log("Imagine", uri, "progress", progress);
console.log("Imagine", uri, "progress", progress);
});
console.log({ Imagine });

Expand Down

0 comments on commit 987e2db

Please sign in to comment.