diff --git a/README.md b/README.md index d5c5d0c..146f739 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,11 @@ pyzk is unofficial library of zksoftware the fingerprint attendance machine. -# Ussage +# api Usages -The usage is very simple, just Create new ZK instance and you will ready to call api. +Create ZK object and you will ready to call api. -* Basic Ussage +* Basic Usage ``` import zk from zk import const @@ -82,9 +82,11 @@ zk.restart() # Todo +* Create better documentation * Clear user * Finger template downloader & uploader -* Clear attendance record * Get attendance record +* Clear attendance record * HTTP Rest api -* and much more \ No newline at end of file +* Create real time api (if possible) +* and much more ... \ No newline at end of file