diff --git a/README.md b/README.md index 269a3a8..0d52a7d 100644 --- a/README.md +++ b/README.md @@ -646,7 +646,7 @@ Cocona can use attributes to validate options and arguments. It is similar to AS .NET BCL (`System.ComponentModel.DataAnnotations`) has some pre-defined attributes: - `RangeAttribute` -- `MaxLangeAttribute` +- `MaxLengthAttribute` - `MinLengthAttribute` - ...