Skip to content

Commit 75e8a63

Browse files
chore(readme): use better example snippet for undocumented params
1 parent 5a69575 commit 75e8a63

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

256256
```ts
257-
client.foo.create({
258-
foo: 'my_param',
259-
bar: 12,
257+
client.identity.getAuthenticatedIdentity({
258+
// ...
260259
// @ts-expect-error baz is not yet public
261260
baz: 'undocumented option',
262261
});

0 commit comments

Comments
 (0)