Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: typos in OPCUA readme #1201

Merged
merged 2 commits into from
Dec 20, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/binding-opcua/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ const thingDescription = {

## Advanced

The OPC-UA binding for node-wot offers additionals feature to allow you to interact with
The OPC-UA binding for node-wot offers additional features to allow you to interact with
OPCUA Variant and DataValue in OPCUA JSON encoded form.
For an example of use, you can dive into the unit test of the binding-opcua library.

Expand All @@ -167,4 +167,4 @@ Server started opc.tcp://<YOURMACHINENAME>:7890
### awesome WoT - OPCUA tools

the [node-wot-opcua-tools](https://github.com/node-opcua/node-wot-opcua-tools) project provides
some useful applications built on top of thingweb.node-wob and the OPCUA binding.
some useful applications built on top of node-wot and the OPCUA binding.
Loading