Skip to content

Commit 801b429

Browse files
authored
Update README.md
1 parent 21b2435 commit 801b429

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,17 +34,17 @@ Thie method require `$data` argument. See samples
3434
[
3535
'action' => 'loggedEmail',
3636
'data' => [
37-
'email' => 'test@descom.es',
38-
'subscription' => 'descom.es',
39-
'ip' => '54.194.66.61',
37+
'email' => 'test@example.com',
38+
'subscription' => 'example.com',
39+
'ip' => '192.168.0.1',
4040
'geo' => [
4141
'country' => [
4242
'name' => 'España',
4343
'iso' => 'ES'
4444
]
4545
],
4646
'instance'=> [
47-
'hostname' => 'dcaw-019.test.es',
47+
'hostname' => 'hostname',
4848
'name' => 'DC/TEST/Linux/01',
4949
],
5050
'dns' => [
@@ -59,8 +59,8 @@ Thie method require `$data` argument. See samples
5959
[
6060
'action' => 'loggedEmailWithoutSSL',
6161
'data' => [
62-
'email' => 'test@descom.es',
63-
'subscription' => 'descom.es',
62+
'email' => 'test@example.com',
63+
'subscription' => 'example.com',
6464
],
6565
]
6666
```

0 commit comments

Comments
 (0)