diff --git a/extensions/remote-udp/README.md b/extensions/remote-udp/README.md index 45b20ff5..aec5f179 100644 --- a/extensions/remote-udp/README.md +++ b/extensions/remote-udp/README.md @@ -25,7 +25,7 @@ This extension extends the `namespace` property of process graph nodes so that i 1. a single process (compatible to the endpoint `GET /process_graphs/{process_graph_id}`). In this case, the `id` property of the process graph node MUST be equal to the `id` of the process, otherwise a `ProcessNamespaceInvalid` error is thrown -3. a list of processes (compatible to the endpoint `GET /process_graphs`) +2. a list of processes (compatible to the endpoint `GET /process_graphs`) In this case, the `id` property of the process graph node is used to identify the process from the list. If not found a `ProcessNamespaceInvalid` error is thrown