Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
magiconair committed Apr 8, 2022
1 parent 8c2ba0a commit ffd66bc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

A native Go implementation of the OPC/UA Binary Protocol.

You need go1.13 or higher. We test with the current and previous Go version.
You need go1.13 or higher. We test with the current and previous Go version.
See below for a list of [Tested Platforms](#tested-platforms) and [Supported Features](#supported-features).

[![GitHub](https://github.com/gopcua/opcua/workflows/gopuca/badge.svg)](https://github.com/gopcua/opcua/actions)
Expand All @@ -22,7 +22,7 @@ See below for a list of [Tested Platforms](#tested-platforms) and [Supported Fea

## Note

`v0.2.4` and `v0.2.5` are broken and should not be used. Please upgrade to `v0.2.6` or later.
`v0.2.4` and `v0.2.5` are broken and should not be used. Please upgrade to `v0.2.6` or later.
See [#538](https://github.com/gopcua/opcua/issues/538) for details.

## Quickstart
Expand Down Expand Up @@ -104,7 +104,7 @@ Also, if the library is already useful please spread the word as a motivation.

## Tested Platforms

`gopcua` is run in production by several companies and with different equipment.
`gopcua` is run in production by several companies and with different equipment.
The table below is an incomplete list of where and how `gopcua` is used to provide
some guidance on the level of testing.

Expand Down Expand Up @@ -177,7 +177,7 @@ The current set of supported services is only for the high-level client.
| Method Service Set | Call | Yes | |
| MonitoredItems Service Set | CreateMonitoredItems | Yes | |
| | DeleteMonitoredItems | Yes | |
| | ModifyMonitoredItems | | |
| | ModifyMonitoredItems | Yes | |
| | SetMonitoringMode | | |
| | SetTriggering | | |
| Subscription Service Set | CreateSubscription | Yes | |
Expand Down

0 comments on commit ffd66bc

Please sign in to comment.