From ef5642982aa5efe64a0f49f5a6cb34eb102bd83d Mon Sep 17 00:00:00 2001 From: Afif Hendrawan Date: Thu, 2 Mar 2017 18:30:50 +0700 Subject: [PATCH] update code example on readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 00f27b7..3ac8cde 100644 --- a/README.md +++ b/README.md @@ -86,10 +86,10 @@ Python library Code: - import emotiv + import emokit.emotiv as h if __name__ == "__main__": - with emotiv.Emotiv() as headset: + with h.Emotiv() as headset: while True: packet = headset.dequeue() if packet is not None: