Skip to content

Commit 4803105

Browse files
authored
Update README.md
1 parent 8dda496 commit 4803105

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ By simply adding a new job to the executor, that job is inserted in a queue that
1010

1111
Every worker has access to two job queues, one shared and one private. The private queue is used by jobs tasks to ensure the sequential execution of the provided functions.
1212

13-
When waiting for the result there are two options: call `Await()` on that job or search for job's id in the executor GlobalResponseQueue.
13+
When waiting for the result there are two options: call `Await()` on that job or keep searching for job's id in the executor GlobalResponseQueue.
1414

1515
#### Installation
1616
After making sure that Go is installed on your device.
@@ -24,7 +24,7 @@ Add following line in your `*.go` file:
2424
```go
2525
import "github.com/DACUS1005/async-executor"
2626
```
27-
If you are unhappy to use long `govalidator`, you can do something like this:
27+
If you are unhappy to use long `asyncexecutor`, you can do something like this:
2828
```go
2929
import (
3030
async "github.com/DACUS1005/async-executor"

0 commit comments

Comments
 (0)