From a8b9cfe99cdd20910b5758aa43090b2c2c378fce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20CORTIER?= Date: Tue, 2 May 2023 16:09:12 -0400 Subject: [PATCH] docs: update ironrdp-pdu README.md --- crates/pdu/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/pdu/README.md b/crates/pdu/README.md index 69c177ee..a32171b6 100644 --- a/crates/pdu/README.md +++ b/crates/pdu/README.md @@ -1,3 +1,3 @@ -# IronRDP Core +# IronRDP PDU -IronRDP core primitives: mostly RDP protocol packets encoding and decoding. +RDP PDU encoding and decoding.