Skip to content

Commit 22a24b6

Browse files
committed
snippet cleanup
1 parent f5ad31d commit 22a24b6

File tree

3 files changed

+12
-14
lines changed

3 files changed

+12
-14
lines changed

documentation/snippets/config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
>
88
```javascript
99
Breinify.setConfig({
10-
apiKey: '23AD-F31F-F324-6666-AC2D-C526-D829-BBC2'
10+
apiKey: 'time-is-ticking'
1111
});
1212
```
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
>
22
```javascript
33
Breinify.setConfig({
4-
apiKey: '23AD-F31F-F324-6666-AC2D-C526-D829-BBC2',
4+
apiKey: 'time-is-ticking',
55
secret: 'time-rift'
66
});
77
```

documentation/snippets/temporal.md

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
1-
```javascript
2-
3-
var withSecret = false;
4-
5-
var response = Breinify.temporalData({
6-
'ipAddress': '74.115.209.58',
7-
'localDateTime': '74.115.209.58',
8-
'timezone': 'Sun 25 Dec 2016 18:15:48 GMT-0800 (PST)'
9-
}, withSecret);
10-
11-
12-
```
1+
> ```javascript
2+
> var withSecret = false;
3+
>
4+
> var response = Breinify.temporalData({
5+
> 'ipAddress': '74.115.209.58',
6+
> 'localDateTime': 'Wed Oct 26 2016 13:02:06 GMT-0700 (EDT)',
7+
> 'timezone': 'America/New_York'
8+
> }, withSecret);
9+
>
10+
> ```

0 commit comments

Comments
 (0)