Skip to content

Commit 3410c1b

Browse files
authored
Merge pull request #51 from Tinywan/patch-1
php -m | grep true_async
2 parents f0796e8 + f6f3ac2 commit 3410c1b

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)