Skip to content

Commit 0bcd222

Browse files
CopilotMarenz
andcommitted
Remove redundant text and fix example section title
Co-authored-by: Marenz <[email protected]>
1 parent ae4ff45 commit 0bcd222

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,7 @@ async def main():
7575
print("Dispatcher ready!")
7676
```
7777

78-
The [`Dispatcher` class][dispatcher-class], the main entry point for the API,
79-
provides two channels:
78+
The [`Dispatcher` class][dispatcher-class] provides two channels:
8079

8180
* [Lifecycle events][lifecycle-events]: A channel that sends a message whenever
8281
a [Dispatch][frequenz.dispatch.Dispatch] is created, updated or deleted.
@@ -85,7 +84,7 @@ provides two channels:
8584
running status of the dispatch changed in a way that could potentially
8685
require the actor to start, stop or reconfigure itself.
8786

88-
### Example using the running status change channel
87+
### Example managing actors with dispatch events
8988

9089
```python
9190
import os

0 commit comments

Comments
 (0)