Skip to content

Commit

Permalink
Update to v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kid1194 committed Dec 5, 2022
1 parent 5648faa commit d67f383
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 @@ -143,7 +143,7 @@ bench restart
| :--- | :--- |
| `min` | The minimum number allowed.<br/><br/>- Example:<br/>-- Int: `10`<br/>-- Float: `10.5` |
| `max` | The maximum number allowed.<br/><br/>- Example:<br/>-- Int: `100`<br/>-- Float: `100.5` |
| `divisible_by` | The number that the value must be divisible by. ⚠️ Only for Int fields.<br/><br/>- Example:<br/>-- Int: `5`<br/>-- Float: `5.5` |
| `divisible_by` | The number that the value must be divisible by. ⚠️ Only for Int fields.<br/><br/>- Example: `5` |
| `min_field` | The name of the field that holds the minimum number allowed.<br/><br/>- Example: `min_price` |
| `max_field` | The name of the field that holds the maximum number allowed.<br/><br/>- Example: `max_price` |

Expand Down

0 comments on commit d67f383

Please sign in to comment.