From 9635411cdf9e87cef3b4f38ce97c5849c93eb09e Mon Sep 17 00:00:00 2001 From: sf Date: Thu, 7 Jul 2022 16:33:47 +0800 Subject: [PATCH] update protobuf detail Signed-off-by: sf --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dea0000..fa7f35a 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ |三方组件名称|描述|sample地址| |:---:|:---:|:---:| -| [protobufjs](https://github.com/protobufjs/protobuf.js) | 主要功能是序列化和反序列化,更高效,序列化后的体积也很小,受到广大开发者的喜爱。 | [sample地址](https://gitee.com/openharmony-tpc/protobuf)| +| [protobufjs](https://github.com/protobufjs/protobuf.js) | 主要功能是序列化和反序列化,比xml更快,更高效,序列化后的体积也很小,受到广大开发者的喜爱。 | [sample地址](https://gitee.com/openharmony-tpc/protobuf)| | [commons-codec](https://github.com/apache/commons-codec) | 包含各种格式的简单编码器和解码器,例如 Base64 和 Hexadecimal。除了这些广泛使用的编码器和解码器之外,它还维护了一组语音编码实用程序。 | [sample地址](https://gitee.com/openharmony-tpc/commons-codec)| -- Gitee