Skip to content

Commit 76275f4

Browse files
committed
changed used example
1 parent f81e173 commit 76275f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/snippets/language-geocoding.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
>
22
```javascript--browser
3-
var text = 'SFO';
3+
var text = 'NYC';
44
Breinify.temporalData({ additional: { location: {'text': text }}}, function(data) {
55
// the location will be resolved to San Francisco, CA, US
66
console.log(data);

0 commit comments

Comments
 (0)