Skip to content

Commit 1ed02d7

Browse files
author
Ujjwal Mishra
committed
README cleanups
1 parent 439244b commit 1ed02d7

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
@@ -11,7 +11,7 @@ import ApiLogger from 'apilogger';
1111
```
1212
Create apiLogger instance by passing error queue limit.
1313
```
14-
const apiLogger = new ApiLogger(limit=50);
14+
const apiLogger = new ApiLogger(limit);
1515
```
1616
replace original fetch with Apilogger fetch
1717
```

0 commit comments

Comments
 (0)