Skip to content

Commit 7b5df4b

Browse files
committed
updated some text
1 parent 2d0e2d7 commit 7b5df4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

documentation/snippets/language-resolve-ip-address.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ one. To specify the ip-address to resolve, the library provides an overriden ver
1919

2020
>
2121
```javascript--browser
22-
var q = { additional: { ipAddress: '72.229.28.185' }};
23-
Breinify.temporalData(q, false, function(data) {
22+
var ip = '72.229.28.185';
23+
Breinify.temporalData({ additional: { ipAddress: ip }}, function(data) {
2424
console.log(data);
2525
});
2626
```

0 commit comments

Comments
 (0)