summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Thompson <daniel@redfelineninja.org.uk>2020-03-22 15:42:37 (GMT)
committerDaniel Thompson <daniel@redfelineninja.org.uk>2020-03-22 15:42:37 (GMT)
commit9545e60f6242b6dad6a82eec4bb8f7e3c02a579a (patch)
treeb2c26e9add5f992da21789a98e353e505f82b13c
parent9a95870785e194e88f513a9b3999cfbb0d9cac0d (diff)
README: Update to make latest source changes.
-rw-r--r--README.md4
1 files 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: