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.
1 parent f0796e8 commit f6f3ac2Copy full SHA for f6f3ac2
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