From b396500d6a09d34aba8bd62337cc46feab54ba55 Mon Sep 17 00:00:00 2001 From: Haijie HJ2 Pan Date: Wed, 29 Sep 2021 13:34:12 +0800 Subject: [PATCH] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 92491b7..bfa5270 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,11 @@ # Introduce * [ByteBuffer.cs](./Generator/Protocol/Net/ByteBuffer.cs) : The byte buffer class to process binary datas. - -Create a [protocol_source.json](./protocol_source.json) file to edit protocol structures +* [protocol_source.json](./protocol_source.json) : Protocol structures configuration file. +Create a [protocol_source.json](./protocol_source.json) file to edit protocol structures. Supported types: - | Protocol | C# | | :----: | :----: | | int32 | int |