Skip to content

Commit 2e55346

Browse files
committed
Update README.md
1 parent 343bd55 commit 2e55346

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,16 @@ phonegap-imeiplugin
44
Get The Real IMEI Number on Device
55

66
Install:
7+
78
phonegap plugin add https://github.com/zho/phonegap-imeiplugin.git
89

9-
Usage:
10+
Example Usage:
11+
1012
window.plugins.imeiplugin.getImei(callback);
1113

1214
function callback(imei) {
1315
console.log("My Android IMEI :" + imei);
1416
}
17+
18+
Android: Worked
19+
IOS: Not yet!

0 commit comments

Comments
 (0)