Commit fa021c74 authored by Yann Bertrand's avatar Yann Bertrand

Update README.md

Small text correction
parent 601c310b
...@@ -56,7 +56,7 @@ A full example could be: ...@@ -56,7 +56,7 @@ A full example could be:
* This callback will be executed every time a geolocation is recorded in the background. * This callback will be executed every time a geolocation is recorded in the background.
*/ */
var callbackFn = function(location) { var callbackFn = function(location) {
console.log('[js] BackgroundGeoLocation callback: ' + location.latitudue + ',' + location.longitude); console.log('[js] BackgroundGeoLocation callback: ' + location.latitude + ',' + location.longitude);
// Do your HTTP request here to POST location to your server. // Do your HTTP request here to POST location to your server.
// //
// //
......
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