Skip to content

Commit

Permalink
Fix command vendor/bin/rr get in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
roxblnfk committed Dec 19, 2024
1 parent 9b0cedd commit 340d39e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ The SDK includes two main components: [Clients](https://docs.temporal.io/develop
The Clients component is used to start, schedule, and manage Workflows;
the Workers component is used to execute Workflows and Activities.

The client part of the SDK requires the [`grpc`](https://pecl.php.net/package/grpc) extension,
and the worker requires [RoadRunner](https://roadrunner.dev).
It is recommended to use both SDK components with the [`protobuf`](https://pecl.php.net/package/protobuf) extension
The Clients component requires the [`grpc`](https://pecl.php.net/package/grpc) extension,
and the Workers component requires [RoadRunner](https://roadrunner.dev).
It's recommended to use both components with the [`protobuf`](https://pecl.php.net/package/protobuf) extension
in production to improve performance.

| | Client | Worker |
Expand All @@ -50,7 +50,7 @@ in production to improve performance.
To download RoadRunner, you can use the following command:

```bash
vendor/bin/rr get
./vendor/bin/rr get
```

### Usage
Expand Down

0 comments on commit 340d39e

Please sign in to comment.