Skip to content

Commit 4eee1b8

Browse files
committed
format
1 parent 4deddbd commit 4eee1b8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/develop/php/set-up.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ class SayHelloWorkflow
364364
}
365365
```
366366

367-
### 3. Create Worker
367+
### 3. Create a Worker file
368368

369369
Create a Worker file (`worker.php`, under project root directory):
370370

@@ -389,11 +389,11 @@ $worker->registerActivity(\App\GreetingActivity::class);
389389
$factory->run();
390390
```
391391

392-
### 4. Run the Worker
392+
#### Run the Worker
393393

394394
Previously, we created a Worker that executes Workflow and Activity tasks.
395395

396-
Now, start the RoadRunner application server to run the Worker:
396+
Now, start the RoadRunner application server to run the Worker by opening up a new terminal window and running this command:
397397

398398
```bash
399399
./rr serve

0 commit comments

Comments
 (0)