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: