From 1cac152a66d013aab3c0069df828219290ba394c Mon Sep 17 00:00:00 2001 From: Benjamin Fuchs Date: Mon, 6 Apr 2020 22:39:41 +0200 Subject: [PATCH] Fix in docu. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c766b4b..09802a1 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@ ## Example ```python import wittyPy - - witty = wittyPy.WittyPy('path/to/wittyPi/Software') - + + witty = wittyPy.WittyPi('path/to/wittyPi/Software') + print(witty.next_start) witty.set_startup(10,9,8,7) print(witty.next_start)