Skip to content

Commit 5aa4b90

Browse files
committed
Update Readme.md
1 parent b58dd2c commit 5aa4b90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ parse('1 hora 20 minutos', 'm') // 80
6363
```
6464

6565

66-
## Security Note
66+
## Safety
6767

68-
To avoid issues with long strings in sensitive APIs, limit input length:
68+
For best performance in sensitive APIs input can be kept short:
6969

7070
```js
7171
const MAX_INPUT_LENGTH = 100;

0 commit comments

Comments
 (0)