Skip to content

Commit c447ec9

Browse files
docs: info on usage and added npm url
1 parent 6397ea4 commit c447ec9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This plugin is an forked version of cordova plugin chooser that provides multipl
77
### Installing
88

99
```sh
10-
cordova plugin add https://github.com/harshzalavadiya/cordova-plugin-simple-file-chooser
10+
cordova plugin add cordova-plugin-simple-file-chooser
1111
```
1212

1313
### Supported Platforms:
@@ -44,3 +44,7 @@ chooser.getFile(accept?: string) : Promise<undefined|{
4444
console.log(file);
4545
})();
4646
```
47+
48+
### Note
49+
50+
If calling in typescript don't use types instead use direct javascript by `declare var chooser` on your ts file.

0 commit comments

Comments
 (0)