Skip to content

Commit 3b31bd6

Browse files
authored
Merge pull request #16 from sagivo/patch-1
remove dup filenames
2 parents d1a9b94 + be16124 commit 3b31bd6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ and rename file correspond to sound type:
4141
```
4242
incallmanager_busytone.mp3
4343
incallmanager_ringback.mp3
44-
incallmanager_ringback.mp3
44+
incallmanager_ringtone.mp3
4545
```
4646

4747
on android, as long as your file extension supported by android, this module will load it.
@@ -76,8 +76,8 @@ if you want to use bundled ringtone/ringback/busytone sound instead of system so
7676

7777
```
7878
incallmanager_busytone.mp3
79-
incallmanager_ringback.mp3
80-
incallmanager_ringback.mp3
79+
incallmanager_ringback.mp3
80+
incallmanager_ringtone.mp3
8181
```
8282

8383
on ios, we only support mp3 files currently.

0 commit comments

Comments
 (0)