Skip to content

Commit

Permalink
docs(imagepicker): update repo url
Browse files Browse the repository at this point in the history
  • Loading branch information
ihadeed committed Nov 23, 2016
1 parent 51ab03d commit 8439faf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/plugins/imagepicker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ export interface ImagePickerOptions {
*/
@Plugin({
pluginName: 'ImagePicker',
plugin: 'cordova-plugin-image-picker',
plugin: 'https://github.com/Telerik-Verified-Plugins/ImagePicker',
pluginRef: 'window.imagePicker',
repo: 'https://github.com/wymsee/cordova-imagePicker'
repo: 'https://github.com/Telerik-Verified-Plugins/ImagePicker'
})
export class ImagePicker {
/**
Expand Down

0 comments on commit 8439faf

Please sign in to comment.