Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chandarlee authored Apr 3, 2024
1 parent cb7f9ac commit bfa8280
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SampleCode/H5/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ NEMeetingKit 会议组件 H5 版
#### 方式 1:sdk 直接集成

```js
import NEMeetingKit from "./NEMeetingKit_h5_v4.0.0.js";
import NEMeetingKit from "./NEMeetingKit_h5_v4.0.1.js";
```

或者

```html
<script src="./NEMeetingKit_h5_v4.0.0.js"></script>
<script src="./NEMeetingKit_h5_v4.0.1.js"></script>
```

#### 方式 2:npm 包集成
Expand Down

0 comments on commit bfa8280

Please sign in to comment.