Skip to content

Commit

Permalink
Case fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Arrow7000 committed May 16, 2017
1 parent f5642d9 commit c080a76
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 @@ -212,7 +212,7 @@ qew.push(['d', 'e', 'f'].map(makeFunc), arrayCallback);
qew.push(['g', 'h', 'i'].map(makeFunc), arrayCallback);
```

## methods and type signatures
## Methods and type signatures

```typescript
constructor Qew(maxConcurrent: number = 1, delay: number | (() => number) = 0): Qew;
Expand Down

0 comments on commit c080a76

Please sign in to comment.