From 6b619e68e0c0cf012ab2361b2921bb20fdfec247 Mon Sep 17 00:00:00 2001 From: Dennis Klein Date: Wed, 8 Dec 2021 17:49:31 +0100 Subject: [PATCH] Update --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 231724a1..634fb527 100644 --- a/readme.md +++ b/readme.md @@ -8,7 +8,7 @@ The FairMQ C++ library is designed to aid the implementation of such large-scale * being data format agnostic (suitable data formats are usually experiment-specific), and * providing other basic building blocks such as a simple state machine based execution framework and a plugin mechanism to integrate with external config/control systems. -FairMQ is not an end-user application, but a library and framework used by experiment software experts to implement their higher-level experiment applications. +FairMQ is not an end-user application, but a library and framework used by experiment software experts to implement higher-level experiment-specific applications. ![Screenshot of AliceO2 Debug GUI showing the data processing workflow of a single event processing node](./AliceO2DebugGUIScreenshotEPN.png)