Skip to content

Commit 7215dac

Browse files
committed
Fix readme/name
Ops I mispelt AMQP >.<
1 parent fb1218f commit 7215dac

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ on:
44
push:
55
branches:
66
- master
7+
paths:
8+
- 'Dockerfile'
9+
- '.github/workflows/ci.yml'
10+
- 'restapi/**'
11+
- 'pyproject.toml'
12+
- 'pdm.lock'
13+
714
workflow_dispatch:
815

916
env:

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# ampq-restapi
1+
# AMQP-restapi
22
A simple restapi for sending messages to an ampq based message broker
33

44
This app is a simple REST API that allows you to send messages to an AMQP-based message broker. based on aiopika and
@@ -18,7 +18,7 @@ This was designed to be used with RabbitMQ, but likely will work with any AMQP-b
1818
### Docker
1919
You cause pull the container from Github container registry
2020
```bash
21-
docker pull ghcr.io/iplsplatoon/ampq-restapi:master
21+
docker pull ghcr.io/iplsplatoon/AMQP-restapi:master
2222
```
2323

2424
or use `ghcr.io/iplsplatoon/ampq-restapi:master` as the image name in your docker-compose file.

0 commit comments

Comments
 (0)