From d3b8a720edebee47aa4135270de9295b8a1afd77 Mon Sep 17 00:00:00 2001 From: Konstantinos Lyrakis <24938740+lyrakisk@users.noreply.github.com> Date: Tue, 16 Jan 2024 10:03:47 +0100 Subject: [PATCH] Update README.md Signed-off-by: Konstantinos Lyrakis <24938740+lyrakisk@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ab8408e..c97d3bf 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # cyclonedds-rs Rust bindings for cyclonedds https://github.com/eclipse-cyclonedds/cyclonedds. -This create no longer depends on a code generator. The Cyclone serialization +This crate no longer depends on a code generator. The Cyclone serialization interface is used to implement the Rust interface. You can annotate a structure with the new derive macro and start subscribing and publishing right from Rust.