Skip to content

Commit

Permalink
fix line in readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohamed Gamal committed Dec 14, 2017
1 parent 84b5a34 commit 5fc22ff
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@ use Spatie\Async\Pool;

$pool = Pool::create()
->concurrency(20) // The maximum amount of processes which can run simultaneously.
->maximumExecutionTime(200) // The maximum amount of time a process may take to finish in seconds.
;
->maximumExecutionTime(200); // The maximum amount of time a process may take to finish in seconds.
```

### Processes
Expand Down

0 comments on commit 5fc22ff

Please sign in to comment.