Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jquense committed Mar 6, 2024
1 parent 6e88126 commit 0f2cad3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@ const parsedUser = await userSchema.validate(
- [`Schema.withMutation(builder: (current: Schema) => void): void`](#schemawithmutationbuilder-current-schema--void-void)
- [`Schema.default(value: any): Schema`](#schemadefaultvalue-any-schema)
- [`Schema.getDefault(options?: object): Any`](#schemagetdefaultoptions-object-any)
- [`Schema.nullable(message?: string | function): Schema`](#schemanullable-schema)
- [`Schema.nonNullable(message?: string | function): Schema`](#schemanonnullable-schema)
- [`Schema.nullable(message?: string | function): Schema`](#schemanullablemessage-string--function-schema)
- [`Schema.nonNullable(message?: string | function): Schema`](#schemanonnullablemessage-string--function-schema)
- [`Schema.defined(): Schema`](#schemadefined-schema)
- [`Schema.optional(): Schema`](#schemaoptional-schema)
- [`Schema.required(message?: string | function): Schema`](#schemarequiredmessage-string--function-schema)
Expand Down

0 comments on commit 0f2cad3

Please sign in to comment.