Skip to content

Commit b45b0ae

Browse files
committed
add comment
1 parent 22a24b6 commit b45b0ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/snippets/temporal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
> ```javascript
22
> var withSecret = false;
33
>
4+
> // Example with IP address, timezone and localdata time
45
> var response = Breinify.temporalData({
56
> 'ipAddress': '74.115.209.58',
67
> 'localDateTime': 'Wed Oct 26 2016 13:02:06 GMT-0700 (EDT)',
78
> 'timezone': 'America/New_York'
89
> }, withSecret);
9-
>
1010
> ```

0 commit comments

Comments
 (0)