summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorFilipponik <[email protected]>2024-02-10 14:25:59 +0300
committerFilipponik <[email protected]>2024-02-10 14:25:59 +0300
commitf71d34943ece46098cff6ee3601563a15b072cbb (patch)
tree44bcf7d0d43693ead697c61584777a97382d23ab /README.md
parent7710b9b5946a8299ccd1ac7c8955c6758130551e (diff)
Fixed composer installation in README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 09df2190..b9fa40c1 100644
--- a/README.md
+++ b/README.md
@@ -71,7 +71,7 @@ Configuration located in the `.rr.yaml` file ([full sample](https://github.com/r
You can also install RoadRunner automatically using the command shipped with the composer package, run:
```bash
-composer require spiral/roadrunner-http spiral/roadrunner-worker nyholm/psr7
+composer require spiral/roadrunner-cli
./vendor/bin/rr get-binary
```