From e9ac34a9a53dfc9aa0c05ed513fbadd4ff4feea8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=98=E5=B0=8F=E7=BC=98?= <1207145565@qq.com> Date: Thu, 8 Sep 2022 10:11:57 +0000 Subject: [PATCH] update README.md. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 尘小缘 <1207145565@qq.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 52b4f14..fffe445 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ OpenHarmonyUtilCode library is a ETS Library that supports common utility functi ## Installation Instructions ```js - npm i '@ohos/utilcode' +npm install @ohos/utilcode ``` Details about OpenHarmony NPM environment configuration, see [here](https://gitee.com/openharmony-tpc/docs/blob/master/OpenHarmony_npm_usage.md) -- Gitee