diff --git a/README.md b/README.md index f9c5209..aa4c954 100644 --- a/README.md +++ b/README.md @@ -130,7 +130,7 @@ $queue = new RedisQueue($redis); #### TarantoolQueue -To use the `TarantoolQueue` you have to install the [Tarantool PECL](https://github.com/tarantool/queue) extension and a [Lua script](https://github.com/tarantool/queue) for managing queues. +To use the `TarantoolQueue` you have to install the [Tarantool PECL](https://github.com/tarantool/tarantool-php) extension and a [Lua script](https://github.com/tarantool/queue) for managing queues. ##### Constructor