Skip to content

Commit a61a28b

Browse files
chore(readme): use better example snippet for undocumented params
1 parent 98d0091 commit a61a28b

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
@@ -284,9 +284,8 @@ parameter. This library doesn't validate at runtime that the request matches the
284284
send will be sent as-is.
285285

286286
```ts
287-
client.foo.create({
288-
foo: 'my_param',
289-
bar: 12,
287+
client.fixer.run({
288+
// ...
290289
// @ts-expect-error baz is not yet public
291290
baz: 'undocumented option',
292291
});

0 commit comments

Comments
 (0)