Skip to content

Commit 71df507

Browse files
authored
fix description in README.md
1 parent 1e591eb commit 71df507

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
@@ -51,7 +51,7 @@ subscription = client.subscribe('myTopic', my_callback)
5151

5252
### Local
5353

54-
The following is an example how you can connect to a Flowable instance running at `http://host.docker.internal:8090` and process all messages retrieved on the topic `myTopic`:
54+
The following is an example how you can connect to a Flowable instance running at `http://localhost:8090` and process all messages retrieved on the topic `myTopic`:
5555

5656
```python
5757
from flowable.external_worker_client import ExternalWorkerClient

0 commit comments

Comments
 (0)