Skip to content

Commit

Permalink
fix description in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vzickner authored Mar 13, 2024
1 parent 1e591eb commit 71df507
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ subscription = client.subscribe('myTopic', my_callback)

### Local

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`:
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`:

```python
from flowable.external_worker_client import ExternalWorkerClient
Expand Down

0 comments on commit 71df507

Please sign in to comment.