From 9545e60f6242b6dad6a82eec4bb8f7e3c02a579a Mon Sep 17 00:00:00 2001 From: Daniel Thompson Date: Sun, 22 Mar 2020 15:42:37 +0000 Subject: [PATCH] README: Update to make latest source changes. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3081517..f703224 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ demo.run() # After watching the demo for a bit... ^C wasp.app.draw(watch) -wasp.run() +wasp.system.run() ~~~ To set the time and restart the main application: @@ -85,7 +85,7 @@ To set the time and restart the main application: ~~~ ^C watch.rtc.set_localtime((yyyy, mm, dd, HH, MM, SS)) -wasp.run() +wasp.system.run() ~~~ Or just use: