diff --git a/protocol/README.md b/protocol/README.md index 028dc9e4..76c44a50 100644 --- a/protocol/README.md +++ b/protocol/README.md @@ -3,7 +3,7 @@ English | [简体中文](./README_CN.md) ### Ⅰ. Introduction - A decentralized network serialization library for the metaverse, secure, private, and compatible, allowing everyone to have a unique set of protocols -- The protocol is currently natively supported **C++ Java Javascript C# Go Lua GDScript Python**,It's easy to do cross-platform +- The protocol is currently natively supported **C++ Java Javascript TypeScript C# Go Lua GDScript Python**,It's easy to do cross-platform - The protocol can customize the private protocol format to make your protocol more secure, and supports adding fields and being compatible with previous and subsequent protocols - Compatible with Protobuf, it supports the generation of Protobuf protocol files, and provides a generation method from diff --git a/protocol/README_CN.md b/protocol/README_CN.md index 3170bdff..94e13866 100644 --- a/protocol/README_CN.md +++ b/protocol/README_CN.md @@ -3,7 +3,7 @@ ### Ⅰ. 简介 - 为元宇宙而生的去中心化网络序列化库,安全私有,可前后兼容,让每个人都拥有一套独一无二的协议 -- 协议目前原生支持 **C++ Java Javascript C# Go Lua GDScript Python**,可以轻易实现跨平台 +- 协议目前原生支持 **C++ Java JavaScript TypeScript C# Go Lua GDScript Python**,可以轻易实现跨平台 - 协议可以自定义私有协议格式,让你的协议更加安全,支持增加字段和兼容前后版本协议 - 兼容protobuf,支持生成protobuf协议文件,提供从pojo到proto的生成方式 - proto文件到生成pojo的方式已经有不少jetbrains插件可以做到,可以在idea的plugin中搜索proto