Skip to content

Commit 3fc1070

Browse files
committed
docs: use simple label for stream updates
1 parent 1106336 commit 3fc1070

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
@@ -122,7 +122,7 @@ activitysmith.notifications.send(
122122

123123
ActivitySmith supports two ways to drive Live Activities:
124124

125-
- Recommended: stream updates with `activitysmith.live_activities.stream(...)`
125+
- Simple: stream updates with `activitysmith.live_activities.stream(...)`
126126
- Advanced: manual lifecycle control with `start`, `update`, and `end`
127127

128128
Use stream updates when you want the easiest, stateless flow. You don't need to
@@ -139,7 +139,7 @@ Live Activity UI types:
139139
- `segmented_progress`: best for step-based workflows like deployments, backups, and ETL pipelines
140140
- `progress`: best for continuous jobs like uploads, reindexes, and long-running migrations tracked as a percentage
141141

142-
### Recommended: Stream updates
142+
### Simple: Stream updates
143143

144144
Use a stable `stream_key` to identify the system or workflow you are tracking,
145145
such as a server, deployment, build pipeline, cron job, or charging session.

0 commit comments

Comments
 (0)