docs(plugins): update platforms supported

This commit is contained in:
Ibrahim Hadeed
2016-03-25 18:05:13 -04:00
parent dffdc1a94d
commit c9773ad7a5
4 changed files with 17 additions and 18 deletions
+2 -2
View File
@@ -3,7 +3,6 @@ import {Observable} from "rxjs/Observable";
/**
* @name DB Meter
* @description This plugin defines a global DBMeter object, which permits to get the decibel values from the microphone.
* @platforms Android, iOS
* @usage
* ```ts
* import {DBMeter} from 'ionic-native';
@@ -33,7 +32,8 @@ import {Observable} from "rxjs/Observable";
@Plugin({
plugin: 'cordova-plugin-dbmeter',
pluginRef: 'DBMeter',
repo: 'https://github.com/akofman/cordova-plugin-dbmeter'
repo: 'https://github.com/akofman/cordova-plugin-dbmeter',
platforms: ['iOS','Android']
})
export class DBMeter {