From 34a4f20510dccec79b9f7d8f62d0a8cbaa6f8cc8 Mon Sep 17 00:00:00 2001 From: gavin1012_hw Date: Tue, 13 Sep 2022 15:39:38 +0800 Subject: [PATCH] Modify the introduction in ReadMe file Signed-off-by: gavin1012_hw Change-Id: Ib48dbcab78a984b5c0da53a2ac126e46b10b18a3 --- README.md | 2 +- README_zh.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0c894ee386..4815374f44 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ ## Introduction -ets_frontend is a front-end tool in the ARK Runtime Subsystem. It converts JavaScript(JS) files into ARK bytecode files. +ets_frontend is a front-end tool in the ARK Runtime Subsystem. Combined with the ace-ets2bundle component, it supports converting ETS files into ARK bytecode files. For more information, see: [ARK Runtime Subsystem](https://gitee.com/openharmony/docs/blob/master/en/readme/ARK-Runtime-Subsystem.md). diff --git a/README_zh.md b/README_zh.md index 5966da7972..7f78b6595b 100644 --- a/README_zh.md +++ b/README_zh.md @@ -9,7 +9,7 @@ ## 简介 -ets_frontend组件是方舟运行时子系统的前端工具,支持将JavaScript文件转换为方舟字节码文件。 +ets_frontend组件是方舟运行时子系统的前端工具,结合ace-ets2bundle组件,支持将ets文件转换为方舟字节码文件。 更多信息请参考:[方舟运行时子系统](https://gitee.com/openharmony/docs/blob/master/zh-cn/readme/ARK-Runtime-Subsystem-zh.md) -- Gitee