From 6ea4e9cecf791ebdb0fcbc3623f066dcff6b1047 Mon Sep 17 00:00:00 2001 From: Alexey Date: Thu, 12 Oct 2017 18:15:46 -0700 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b28a7e12a..a7646d870 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ This is where all development happens. The repository provides a friendly enviro Features: * [Feature rich](docs/quick_tour.md). -* Implements [JMS](https://docs.oracle.com/javaee/7/api/javax/jms/package-summary.html) like transports based on a[queue-interop](https://github.com/queue-interop/queue-interop) interfaces. +* Implements [JMS](https://docs.oracle.com/javaee/7/api/javax/jms/package-summary.html) like transports based on [queue-interop](https://github.com/queue-interop/queue-interop) interfaces. * Supported transports * Amqp based on [the ext](docs/transport/amqp.md), [bunny](docs/transport/amqp_bunny.md), [the lib](docs/transport/amqp_lib.md) * [Beanstalk](docs/transport/pheanstalk.md)