Commit 126f8771 authored by Chris Scott's avatar Chris Scott

Update README.md

error in event-signature for 2 methods.
parent e08ab958
...@@ -22,13 +22,13 @@ The plugin creates the object `window.plugins.backgroundGeoLocation` with the me ...@@ -22,13 +22,13 @@ The plugin creates the object `window.plugins.backgroundGeoLocation` with the me
`onStationary(callback, fail)` `onStationary(callback, fail)`
`addGeofence(callback, fail)` `addGeofence(config, callback, fail)`
`removeGeofence(identifier, callback, fail)` `removeGeofence(identifier, callback, fail)`
`getGeofences(callback, fail)` `getGeofences(callback, fail)`
`onGeofence(config, callback, fail)` `onGeofence(callback, fail)`
`getLocations(callback, fail)` `getLocations(callback, fail)`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment