diff --git a/src/modules/EventLoaderEUDAQ/README.md b/src/modules/EventLoaderEUDAQ/README.md
index 846dd5ba786fef60770192e43657719bac7cd264..a3c887ff107b8c36b884b072eb64e0f02942cd55 100644
--- a/src/modules/EventLoaderEUDAQ/README.md
+++ b/src/modules/EventLoaderEUDAQ/README.md
@@ -32,13 +32,13 @@ for CMake to find the library link against and headers to include.
 
 ### Usage
 ```toml
-[EUDAQEventLoader]
+[EventLoaderEUDAQ]
 file_names = "rawdata/eudaq/run020808.raw"
 long_detector_id = true
 ```
 If all the devices were integrated in EUDAQ: you can process multiple files at once:
 ```toml
-[EUDAQEventLoader]
+[EventLoaderEUDAQ]
 file_names = "rawdata/eudaq/run020808.raw","rawdata/eudaq/run020810.raw"
 long_detector_id = true
 ```