diff --git a/README.md b/README.md index f161abe..28b626b 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ Node.js 可以通过不同的方式安装,所有主要平台的官方软件包 其次,我们需要安装 UAI Editor 软件,软件已经打包发布到 [https://www.npmjs.com/](https://www.npmjs.com/) 平台,可以直接通过以下命令安装: ```bash -npm i uai-editor +npm i @uai-team/uai-editor ``` ## 软件集成 @@ -87,8 +87,8 @@ npm i uai-editor * main.ts ```js -import { UAIEditor } from "uai-editor"; -import "uai-editor/dist/style.css"; +import { UAIEditor } from '@uai-team/uai-editor'; +import '@uai-team/uai-editor/dist/style.css'; new UAIEditor({ element: "#uai-editor", @@ -104,8 +104,8 @@ new UAIEditor({