From 7bf781259329ba40f11c127992bc097f7b5f7426 Mon Sep 17 00:00:00 2001 From: Aram Peres Date: Sat, 31 Jul 2021 12:54:05 -0400 Subject: [PATCH] Fix typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a8b9fa4..5c91b4e 100644 --- a/README.md +++ b/README.md @@ -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;