mirror of
https://github.com/aramperes/nut-rs.git
synced 2025-09-08 05:08:31 -04:00
Fix typo
This commit is contained in:
parent
5c9923d000
commit
7bf7812593
1 changed files with 2 additions and 2 deletions
|
@ -38,10 +38,10 @@ built-in [upsc](https://networkupstools.org/docs/man/upsc.html) tool.
|
|||
Below is a sample program using this library (`cargo run --example blocking`).
|
||||
|
||||
You can also run the async version of this code using
|
||||
`cargo run --example async --features async-rt` (source: `nut-client/example/async.rs`).
|
||||
`cargo run --example async --features async-rt` (source: `nut-client/examples/async.rs`).
|
||||
|
||||
```rust
|
||||
// nut-client/example/blocking.rs
|
||||
// nut-client/examples/blocking.rs
|
||||
|
||||
use std::env;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue