Skip to content

Commit

Permalink
Update client.md (#269)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonhoss authored May 31, 2023
1 parent 93111a4 commit c49d04b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/client.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ add that dependency:

```toml
[dependencies]
opcua = { "0.11", features = ["client"] }
opcua = { version = "0.11", features = ["client"] }
```

## Import types
Expand Down Expand Up @@ -350,4 +350,4 @@ loop {
## That's it

Now you have created a simple client application. Look at the client examples under `samples`,
starting with `simple-client` for a very basic client.
starting with `simple-client` for a very basic client.

0 comments on commit c49d04b

Please sign in to comment.