From 1214ade7cb70d20d27c169a75dfe36824659e78b Mon Sep 17 00:00:00 2001 From: Dima Dorezyuk Date: Fri, 8 Dec 2023 14:36:41 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 55435ac..207c07e 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ uses in production in most of our charging stations. ## Getting started -Start by looking in [`status.rs`](zvt/examples/status.rs) for a typical way of +Start by looking in [`status.rs`](zvt/src/bin/status/main.rs) for a typical way of interfacing with a terminal. A useful standalone tool is -[`feig_update.rs`](zvt/examples/feig_update.rs) which we use in production to +[`feig_update.rs`](zvt/src/bin/feig_update/main.rs) which we use in production to update the Firmware of our cVEND plug terminals. From 3c03b5d2b58ddbeacbb3c5a3ca2f9d90f91e6bff Mon Sep 17 00:00:00 2001 From: Dima Dorezyuk Date: Fri, 8 Dec 2023 14:38:13 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 207c07e..80da830 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ uses in production in most of our charging stations. ## Getting started -Start by looking in [`status.rs`](zvt/src/bin/status/main.rs) for a typical way of +Start by looking in [`status`](zvt/src/bin/status/main.rs) for a typical way of interfacing with a terminal. A useful standalone tool is -[`feig_update.rs`](zvt/src/bin/feig_update/main.rs) which we use in production to +[`feig_update`](zvt/src/bin/feig_update/main.rs) which we use in production to update the Firmware of our cVEND plug terminals.