Skip to content

Commit

Permalink
chore: Update README.md (#27)
Browse files Browse the repository at this point in the history
Add missing paragraph to the legend.
  • Loading branch information
nieomylnieja authored Sep 30, 2024
1 parent adb8e8f commit efe2932
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ planned features.
5. [Custom rules](#custom-rules)
6. [Validation plan](#validation-plan)
7. [Properties name inference](#properties-name-inference)
8. [Testing helpers](#testing-helpers)
4. [Rationale](#rationale)
1. [Reflection](#reflection)
2. [Trivia](#trivia)
Expand Down Expand Up @@ -558,7 +559,7 @@ func Example_nameInference() {
}
```

#### Testing helpers
### Testing helpers

Package [govytest](./pkg/govytest/) provides utilities which aid the process of
writing unit tests for validation rules defined with govy.
Expand Down

0 comments on commit efe2932

Please sign in to comment.