Skip to content

Commit 56861b7

Browse files
committed
updated README
1 parent 907b6a4 commit 56861b7

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
@@ -89,8 +89,8 @@ Supported Commands
8989
- `ENCODE <method> <payload>`, encode the specified `<payload>` using the specified `<method>` (`md5`, `sha1`, `sha256`, `sha512`, `hex`)
9090
- `UUIDV4`, generates a uuid-v4 string, i.e `0b98aa17-eb06-42b8-b39f-fd7ba6aba7cd`.
9191
- `UNIQID`, generates a unique string.
92-
- `RANDS [<size>, default size is 10]`, generates a random string using the specified length.
93-
- `RANDI <min> <max>`, generates a random string between the specified `<min>` and `<max>`.
92+
- `RANDSTR [<size>, default size is 10]`, generates a random string using the specified length.
93+
- `RANDINT <min> <max>`, generates a random string between the specified `<min>` and `<max>`.
9494
- `TIME`, returns the current time in `utc`, `seconds` and `nanoseconds`
9595

9696
TODO

0 commit comments

Comments
 (0)