We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f0796e8 + f6f3ac2 commit 3410c1bCopy full SHA for 3410c1b
README.md
@@ -41,7 +41,7 @@ docker build -t true-async-php .
41
docker run -it true-async-php bash
42
43
# Check TrueAsync module
44
-docker run --rm true-async-php php -m | grep TrueAsync
+docker run --rm true-async-php php -m | grep true_async
45
```
46
47
### Requirements
0 commit comments