Skip to content

Commit 7d87a40

Browse files
authored
Fixes README - Extra Backtick
Removes the extra backtick
1 parent d06f241 commit 7d87a40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ RabbitMQ Queue driver for Laravel
2323
RABBITMQ_VHOST=/
2424
RABBITMQ_LOGIN=guest
2525
RABBITMQ_PASSWORD=guest
26-
RABBITMQ_QUEUE=queue_name`
26+
RABBITMQ_QUEUE=queue_name
2727

2828

2929
You can also find full examples in src/examples folder.

0 commit comments

Comments
 (0)