docs(stepcounter): update repo and plugin

closes #1003
This commit is contained in:
Ibby Hadeed 2017-01-25 22:22:05 -05:00 committed by GitHub
parent cb7d3ef3e0
commit 1c78f77c0f

View File

@ -21,9 +21,9 @@ import { Plugin, Cordova } from './plugin';
*/ */
@Plugin({ @Plugin({
pluginName: 'Stepcounter', pluginName: 'Stepcounter',
plugin: 'https://github.com/texh/cordova-plugin-stepcounter', plugin: 'https://github.com/Slidee/cordova-plugin-stepcounter',
pluginRef: 'stepcounter', pluginRef: 'stepcounter',
repo: 'https://github.com/texh/cordova-plugin-stepcounter', repo: 'https://github.com/Slidee/cordova-plugin-stepcounterr',
platforms: ['Android'] platforms: ['Android']
}) })
export class Stepcounter { export class Stepcounter {