Skip to content

Commit a0f6b02

Browse files
authored
fix: documentation (#32)
1 parent a5ac7f1 commit a0f6b02

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99

1010
## ✨ Why GoQueue?
1111

12+
![Core Concept](misc/images/core-concept.png)
13+
1214
🎯 **Universal Interface** - Write once, run anywhere. Switch between queue providers without changing your code
1315
**Production Ready** - Built-in retry mechanisms, dead letter queues, and error handling
1416
🛡️ **Type Safe** - Strongly typed interfaces with comprehensive error handling
@@ -335,8 +337,7 @@ _Automatic retry mechanism with exponential backoff and dead letter queue_
335337
| -------------- | --------------- | -------------------- |
336338
| RabbitMQ | 🔄 Beta Version | Full feature support |
337339
| Google Pub/Sub | 📋 Planned | Coming soon |
338-
| AWS SQS | 📋 Planned | Coming soon |
339-
| Redis Streams | 📋 Planned | Coming soon |
340+
| AWS SQS + SNS | 📋 Planned | Coming soon |
340341

341342
---
342343

@@ -437,7 +438,6 @@ make lint
437438

438439
- 📖 **Documentation**: [pkg.go.dev/github.com/bxcodec/goqueue](https://pkg.go.dev/github.com/bxcodec/goqueue)
439440
- 🐛 **Issues**: [GitHub Issues](https://github.com/bxcodec/goqueue/issues)
440-
- 💬 **Discussions**: [GitHub Discussions](https://github.com/bxcodec/goqueue/discussions)
441441
- 📧 **Email**: [[email protected]](mailto:[email protected])
442442

443443
---

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ If you're new to GoQueue, start with these steps:
107107
2. **🎯 Choose Your Platform**
108108

109109
- Currently supported: RabbitMQ
110-
- Coming soon: Google Pub/Sub, AWS SQS, Apache Kafka
110+
- Coming soon: Google Pub/Sub, AWS SQS + SNS
111111

112112
3. **📖 Read the Basics**
113113

0 commit comments

Comments
 (0)