diff --git a/README.md b/README.md index 331312e..d65c82d 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Install via pip from this repo, e.g. Umbra requires an AMQP messaging service like RabbitMQ. On Ubuntu, `sudo apt-get install rabbitmq-server` will install and start RabbitMQ -at amqp://guest:guest@localhost:5672/%2f, which the default AMQP url for umbra. +at amqp://guest:guest@localhost:5672//, which is the default AMQP url for umbra. Run ---