From e5afc866e012e0f4a6187bf26e18488a0afc30f2 Mon Sep 17 00:00:00 2001 From: "Fanani M. Ihsan" Date: Thu, 26 May 2016 22:11:19 +0700 Subject: [PATCH] update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bd886fb..d5c5d0c 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ from zk import const zk = zk.ZK(ip='192.168.1.201', port=4370, timeout=5) try: zk.connect() - # disable (lock) the device, make sure not activity when process run + # disable (lock) the device, make sure no activity when process run zk.disable_device() # Do another task here @@ -85,6 +85,6 @@ zk.restart() * Clear user * Finger template downloader & uploader * Clear attendance record -* Get attendance record record +* Get attendance record * HTTP Rest api * and much more \ No newline at end of file