Skip to content

Commit

Permalink
docs: fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
christophwitzko committed Apr 24, 2023
1 parent eaaeb78 commit 2a46d5d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,10 @@ const client = new Client({
});

const completionResult = await client.createCompletion({
user_name: "Alice",
project_name: "my-galaxy",
variables: {
user_name: "Alice",
project_name: "my-galaxy",
},
});

console.log(completionResult.bestResult);
Expand Down

0 comments on commit 2a46d5d

Please sign in to comment.