Skip to content

Commit be8cf92

Browse files
authored
Apply suggestion from @brianstrauch
1 parent f1814e5 commit be8cf92

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Some examples require extra dependencies. See each sample's directory for specif
7979
* [patching](patching) - Alter workflows safely with `patch` and `deprecate_patch`.
8080
* [polling](polling) - Recommended implementation of an activity that needs to periodically poll an external resource waiting its successful completion.
8181
* [prometheus](prometheus) - Configure Prometheus metrics on clients/workers.
82-
* [workflow_streams](workflow_streams) - Workflow-hosted durable event stream via `temporalio.contrib.workflow_streams`. **Experimental — requires the [`contrib/pubsub` branch](https://github.com/temporalio/sdk-python/tree/contrib/pubsub) of sdk-python.**
82+
* [workflow_streams](workflow_streams) - Workflow-hosted durable event stream via `temporalio.contrib.workflow_streams`. **Experimental**
8383
* [pydantic_converter](pydantic_converter) - Data converter for using Pydantic models.
8484
* [schedules](schedules) - Demonstrates a Workflow Execution that occurs according to a schedule.
8585
* [sentry](sentry) - Report errors to Sentry.

0 commit comments

Comments
 (0)