aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/docs
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2016-06-21 01:24:52 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2016-06-21 01:24:52 +0300
commit73610c92de50932e5a7abf962a8db96df425b2d2 (patch)
treee4c9a922f66bc6a29742fc66f3c82e0260cab141 /docs
parentadd asserts just in case (diff)
downloadvk-scripts-73610c92de50932e5a7abf962a8db96df425b2d2.tar.gz
vk-scripts-73610c92de50932e5a7abf962a8db96df425b2d2.zip
docs: update
Diffstat (limited to 'docs')
-rw-r--r--docs/online_duration.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/online_duration.md b/docs/online_duration.md
index 6076d18..d020662 100644
--- a/docs/online_duration.md
+++ b/docs/online_duration.md
@@ -38,14 +38,14 @@ You can also get a JSON document:
"uid": 89497105,
"first_name": "John",
"last_name": "Smith",
- "screen_name": "john.smith",
+ "domain": "john.smith",
"duration": "0:12:31"
},
{
"uid": 3698577,
"first_name": "Jane",
"last_name": "Smith",
- "screen_name": "jane.smith",
+ "domain": "jane.smith",
"duration": "1:34:46"
}
]