summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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: