Skip to content
This repository was archived by the owner on Sep 15, 2021. It is now read-only.

Commit c550dc5

Browse files
committed
chore(plugin): add link + install to Media plugin
1 parent 66739db commit c550dc5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/plugins/media.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// install :
2-
// link :
1+
// install : cordova plugin add org.apache.cordova.media
2+
// link : https://github.com/apache/cordova-plugin-media
33

44
angular.module('ngCordova.plugins.media', [])
55

@@ -86,4 +86,4 @@ angular.module('ngCordova.plugins.media', [])
8686
return source.stop();
8787
}
8888
}
89-
}]);
89+
}]);

0 commit comments

Comments
 (0)