Update README.md

This commit is contained in:
ArH 2018-08-07 10:34:48 +08:00 committed by GitHub
parent 47e544d805
commit 493bc13290
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,7 @@ checkUpdate(URL); // 填入您检查api的url地址
<title>APP</title>
<script src="html5plus://ready"></script> // 这段必须加载title底下
....
<script src="path/update.js"></script>
<script src="path/update-bs.js"></script>
<script>
checkUpdate('https://api.hotfix.femirror.com/public/app/checkUpdate?bundleId=你的appId'); // 填入您检查api的url地址
</script>