Skip to content

Commit 7722175

Browse files
author
Oliver Stark
committed
Merge branch 'master' of github.com:ostark/craft-async-queue
2 parents 15633e1 + 0ac4391 commit 7722175

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
@@ -21,7 +21,7 @@ The command `craft queue/run` gets executed right after you push a Job to the qu
2121

2222
## Configuration (optional)
2323

24-
The plugin uses [symfony/process](https://github.com/symfony/process) to execute the `php` binary. Usually the binary is located in `/usr/bin/`, but other other common locations are auto detected as well. With the ENV var `PHP_BINARY` you can explicitly set the path, e.g. in your .env file like this:
24+
The plugin uses [symfony/process](https://github.com/symfony/process) to execute the `php` binary. Usually the binary is located in `/usr/bin/`, but other common locations are auto detected as well. With the ENV var `PHP_BINARY` you can explicitly set the path, e.g. in your .env file like this:
2525
```
2626
PHP_BINARY="/usr/local/Cellar/php71/7.1.0_11/bin/php"
2727
```

0 commit comments

Comments
 (0)