Skip to content

Commit

Permalink
Update README for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
CJGlitter committed Jun 6, 2024
1 parent 9ccb5d3 commit f2b5a9a
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 @@ -345,7 +345,7 @@ The `cvv` validation by default tests for a numeric string of 3 characters in le

#### `valid.postalCode(value: string, [options: object]): object`

The `postalCode` validation essentially ignores leading whitespace and tests for a valid string greater than 3 characters in length. It also verifies that the first 3 letters are alphanumeric.
The `postalCode` validation essentially ignores leading/trailing whitespace and tests for a valid string greater than 3 characters in length. It also verifies that the first 3 letters are alphanumeric.

```javascript
{
Expand Down

0 comments on commit f2b5a9a

Please sign in to comment.