Skip to content

Commit da88119

Browse files
authored
Update README.md
1 parent 426f3ca commit da88119

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Create a configuration file for your app updates:
3737
```json
3838
{
3939
"apkFileName": "new_release.apk",
40-
"appName": "CTN-IPTV",
40+
"appName": "My App",
4141
"downloadUrl": "https://example/new_release.apk",
4242
"immediateUpdate": false,
4343
"releaseNotes": "- Exciting Update\n - Bug Fixes",
@@ -51,7 +51,7 @@ Create a configuration file for your app updates:
5151
### 1st Way: Simple Implementation using Jetpack Compose
5252

5353
```kotlin
54-
val configUrl = "https://cloud-multiapp-default-rtdb.firebaseio.com/ctn-iptv.json"
54+
val configUrl = "https://example/micoder.json"
5555
DirectAppUpdate(activity = this@MainActivity, configUrl = configUrl, appIcon = R.mipmap.ic_launcher)
5656
```
5757

0 commit comments

Comments
 (0)