Skip to content

Commit

Permalink
Fix typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorthurlow committed Jan 12, 2024
1 parent c3ba533 commit efa530d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ validator = RustJSONSchema::Validator.new(<<~JSON)
"bar": { "type": "integer" },
"baz": {},
},
"required": ["foo", "bar"],
"required": ["foo", "baz"],
}
JSON

Expand Down

0 comments on commit efa530d

Please sign in to comment.