Skip to content

Commit e8633e0

Browse files
chore(readme): use better example snippet for undocumented params
1 parent a9d704f commit e8633e0

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

285285
```ts
286-
client.foo.create({
287-
foo: 'my_param',
288-
bar: 12,
286+
client.apps.deployments.create({
287+
// ...
289288
// @ts-expect-error baz is not yet public
290289
baz: 'undocumented option',
291290
});

0 commit comments

Comments
 (0)