Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ run-artemis:
docker compose run --service-ports artemis

run-consumer:
uv run testing/consumer.py
uv run examples/consumer.py

run-producer:
uv run testing/producer.py
uv run examples/producer.py

publish:
rm -rf dist
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,4 +133,4 @@ Also, I want to pointed out that:

### Examples

See producer and consumer examples in [testing/](./testing/).
See producer and consumer examples in [examples/](examples).
File renamed without changes.
File renamed without changes.
File renamed without changes.