Skip to content

Commit f6f3ac2

Browse files
authored
php -m | grep true_async
1 parent f0796e8 commit f6f3ac2

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
@@ -41,7 +41,7 @@ docker build -t true-async-php .
4141
docker run -it true-async-php bash
4242

4343
# Check TrueAsync module
44-
docker run --rm true-async-php php -m | grep TrueAsync
44+
docker run --rm true-async-php php -m | grep true_async
4545
```
4646

4747
### Requirements

0 commit comments

Comments
 (0)