Skip to content

Commit c0eb38a

Browse files
committed
make transports list shorter
1 parent 76caab8 commit c0eb38a

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

README.md

+1-8
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,7 @@ Features:
99

1010
* [JMS](https://docs.oracle.com/javaee/7/api/javax/jms/package-summary.html) like transport [abstraction](https://github.com/php-enqueue/psr-queue).
1111
* [Feature rich](docs/quick_tour.md).
12-
* Supports transports:
13-
- [AMQP](docs/transport/amqp.md) (RabbitMQ, ActiveMQ and others),
14-
- [STOMP](docs/transport/stomp.md)
15-
- [Amazon SQS](docs/transport/sqs.md)
16-
- [Redis](docs/transport/redis.md)
17-
- [Doctrine DBAL](docs/transport/dbal.md)
18-
- [Filesystem](docs/transport/filesystem.md)
19-
- [Null](docs/transport/null.md).
12+
* Supports transports [AMQP (RabbitMQ, ActiveMQ)](docs/transport/amqp.md), [STOMP](docs/transport/stomp.md), [Amazon SQS](docs/transport/sqs.md), [Redis](docs/transport/redis.md), [Doctrine DBAL](docs/transport/dbal.md), [Filesystem](docs/transport/filesystem.md), [Null](docs/transport/null.md).
2013
* Generic purpose abstraction level (the transport level).
2114

2215
```php

0 commit comments

Comments
 (0)