diff --git a/ZMQ-Message-Reference.md b/ZMQ-Message-Reference.md index 8e9b6c4..5621d37 100644 --- a/ZMQ-Message-Reference.md +++ b/ZMQ-Message-Reference.md @@ -35,8 +35,7 @@ Published Messages: ## 'recordedChannels' -Data is a list of strings that correspond to the names of the detectors to be enabled. - +Data is a list of strings that correspond to the names of the detectors to be enabled. For example: ``` msg = ['recordedChannels', '["Counter0", "Counter1"]' ] ```