From 3159dc57af9eca42eb28620a90091d6754130644 Mon Sep 17 00:00:00 2001 From: Anthony Bretaudeau Date: Thu, 22 Aug 2024 10:58:14 +0200 Subject: [PATCH] doc --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8f5536f..95f0e57 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Microservice to manage the downloads of biomaj. -A protobuf interface is available in `biomaj_download/message/message_pb2.py` to exchange messages between BioMAJ and the download service. +A protobuf interface is available in `biomaj_download/message/downmessage_pb2.py` to exchange messages between BioMAJ and the download service. Messages go through RabbitMQ (to be installed). Python3 support only, python2 support is dropped