Skip to content

Commit 76142a1

Browse files
chore(readme): use better example snippet for undocumented params
1 parent 74cd982 commit 76142a1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -231,9 +231,8 @@ parameter. This library doesn't validate at runtime that the request matches the
231231
send will be sent as-is.
232232

233233
```ts
234-
client.foo.create({
235-
foo: 'my_param',
236-
bar: 12,
234+
client.search.execute({
235+
// ...
237236
// @ts-expect-error baz is not yet public
238237
baz: 'undocumented option',
239238
});

0 commit comments

Comments
 (0)