Skip to content

Commit cf35c0f

Browse files
committed
chore: fix lint issue in readme
1 parent 5208bea commit cf35c0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ The function used to send commands to Redis. The function signature is as
130130
follows:
131131

132132
```ts
133-
(...args: string[]) => Promise<number> | number
133+
(...args: string[]) => Promise<number> | number;
134134
```
135135

136136
The raw command sending function varies from library to library; some are given

0 commit comments

Comments
 (0)