We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4652037 commit 9bda6eeCopy full SHA for 9bda6ee
docs/node/index.md
@@ -57,5 +57,5 @@ There are two types of interfaces to VILLASnode:
57
2. Another way to connect simulation equipment is by using a client application that sends the data over the network to VILLASnode.
58
In this scenario, VILLASnode uses the [socket node type](nodes/socket.md) to communicate with the client application.
59
60
-Usually, new clients/equipment should be implemented as a new node type as part of VILLASnode.
+Usually, new clients or equipment should be implemented as a new node type as part of VILLASnode.
61
Using a dedicated client application that communicates via the 'socket' type is deprecated because it leads to code duplication.
0 commit comments