From 6bb6dd6a1721c59f3721eaa01cb37ced73301ccf Mon Sep 17 00:00:00 2001 From: zaaarf Date: Thu, 5 Sep 2024 00:24:39 +0200 Subject: [PATCH] docs: fixed readme formatting --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 938876d..4548f80 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@

codemp logo

# Protocol -gRPC protocol specification for [codemp](https://github.com/hexedtech/codemp). +gRPC protocol specification for [`codemp`](https://github.com/hexedtech/codemp). -This is a [prost](https://github.com/tokio-rs/prost) crate: it will generated Rust code based on the protobuf defintions contained in the `proto/` directory. +This is a [`prost`](https://github.com/tokio-rs/prost) crate: it will generated Rust code based on the protobuf defintions contained in the `proto/` directory. From protobuf definition, `prost` will compile structs for all protocol messages but also server and client service implementations.