Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
EstebanRestoy authored Jun 20, 2023
1 parent 1148d1d commit 8ee7040
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 8ee7040

Please sign in to comment.