From 1b04ddd7cad52599f56b1dbee62b1ab81f2a4828 Mon Sep 17 00:00:00 2001 From: Andrej Babic Date: Tue, 13 Feb 2018 17:17:04 +0100 Subject: [PATCH] Fix README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 434cf8d..6db372b 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ and performance needed for high performance detectors integrations. Key features: - Get data from ZMQ stream (Array-1.0 protocol) - [htypes specification](https://github.com/datastreaming/htypes) -- Write Nexus complaint H5 file (User specified) - [nexus format] (http://www.nexusformat.org/) +- Write Nexus complaint H5 file (User specified) - [nexus format](http://www.nexusformat.org/) - Specify additional zmq stream parameters to write to file. - Receive additional parameters to write to file via REST api. - Interaction with the writer over REST api (stop, kill, get_statistics).