Skip to content

Commit 0b6d433

Browse files
committed
Fix example in README.md
1 parent c1a4924 commit 0b6d433

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
@@ -310,7 +310,7 @@ you can pass additional arguments and options to the `phpunit` command.
310310
For example, to run only unit tests, execute:
311311

312312
```bash
313-
docker run --rm --net=tarantool-php -v $(pwd):/queue -w /queue \
313+
docker run --rm --net=tarantool-php -v $(pwd):/queue -w /queue queue \
314314
vendor/bin/phpunit --testsuite=unit
315315
```
316316

0 commit comments

Comments
 (0)