docs(stepcounter): changed source (#1657)

* docs(stepcounter): changed source

* Update index.ts
This commit is contained in:
Daniel Sogl 2017-06-06 05:03:07 +02:00 committed by Ibby Hadeed
parent 0805d7754e
commit 25446441cf

View File

@ -26,9 +26,9 @@ import { Plugin, Cordova, IonicNativePlugin } from '@ionic-native/core';
*/
@Plugin({
pluginName: 'Stepcounter',
plugin: 'https://github.com/Slidee/cordova-plugin-stepcounter.git',
plugin: 'cordova-plugin-stepcounter',
pluginRef: 'stepcounter',
repo: 'https://github.com/Slidee/cordova-plugin-stepcounter',
repo: 'https://github.com/ihadeed/cordova-plugin-stepcounter',
platforms: ['Android']
})
@Injectable()