From 64291e947fea9fd01e5fef34621cda98df332d22 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Sat, 1 Jun 2024 01:20:26 +0200 Subject: [PATCH] fix for README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 28ff65e..7026d41 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ in Rust. You can run the example using the following steps: 1. Clone `libcsp` into the `lib` folder, for example by using the provided `lib/clone-csp.sh` script. -2. You can now use `cargo run -p examples` to run the server/client example. +2. You can now use `cargo run -p libcsp-rust-examples` to run the server/client example. ## Compile-time configuration of the `libcsp-rust` library