Skip to content

Commit abec4fe

Browse files
Update README.md (#15)
fix for readme example
1 parent aa0a40d commit abec4fe

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,10 @@ describeEval("my evals", {
3434
data: async () => {
3535
// The scenarios you wish to evaluate
3636
return [
37-
input: "What is the capital of France?",
38-
expected: "Paris",
37+
{
38+
input: "What is the capital of France?",
39+
expected: "Paris",
40+
}
3941
];
4042
},
4143

0 commit comments

Comments
 (0)