diff --git a/README.md b/README.md
index 87137bf..03d6c7c 100644
--- a/README.md
+++ b/README.md
@@ -22,8 +22,8 @@ Vue.use(VueAliplayerV2);
+ id="player-1194076936807171180"
+ :options="options" />
@@ -35,7 +35,7 @@ export default {
data(){
return {
options: { //配置项
- source:'rtmp://182.145.195.238:1935/hls/1194076936807170053'
+ source:'rtmp://182.112.15.258:1688/hls/1194076936807171180'
}
}
},