Skip to content

Commit a2fdf0f

Browse files
committed
readme
1 parent d517b43 commit a2fdf0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ win32_service:
5353
# Define the runner
5454

5555
For each service, add a sub-class of `Win32Service\Model\AbstractServiceRunner`.
56-
The sub-class must be set in service with the tag `win32service.runner` with an alias name corresponding to the `service_id`.
56+
The sub-class must be configured in service with the tag `win32service.runner` with an alias name corresponding to the `service_id`.
5757

5858
## Exemple with one thread
5959

@@ -184,7 +184,7 @@ For sent the action for one service and all thread:
184184
php bin\console win32service:action start --service-name=my_service_%d
185185
```
186186

187-
For sent the action for one thread of one service:
187+
For sent the action for one thread of one service (work same if the service has only one thread):
188188

189189
```bash
190190
php bin\console win32service:action start --service-name=my_service_1

0 commit comments

Comments
 (0)