diff --git a/README.md b/README.md index 85c8f52..96d4a42 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ To set the time and restart the main application: ~~~ ^C -watch.rtc.set_time((hh, mm, ss)) +watch.rtc.set_localtime((yyyy, mm, dd, HH, MM, SS)) wasp.run() ~~~