From 085b1f005f01bb64d8ddd72dcea56e804bf349d4 Mon Sep 17 00:00:00 2001 From: Daniel Reigada Date: Mon, 8 Apr 2024 18:22:41 +0100 Subject: [PATCH] docs: fix readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1899ce3..49fa22d 100644 --- a/README.md +++ b/README.md @@ -104,6 +104,6 @@ Ensure value is less than or equal to ```directives: [constraints: [min_items: 5]]``` Restrict to a minimum number of items -#### max +#### max_items ```directives: [constraints: [max_items: 5]]``` Restrict to a maximum number of items