From 590d6b6fcf3ecb08fbf34716db938513566a5d22 Mon Sep 17 00:00:00 2001 From: pangduckwai Date: Sun, 5 May 2019 23:05:28 +0800 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2023cfb..4b184c5 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ That's it, the display is ready to use. ## Next step The Python code in this repo (`monitor.py`) display system information of the Pi: -1. **Button 1** - Display system information of the Pi, such as _Disk space_, _WiFi_, _IP Address_, _CPU Idle %_, _Memory usage_, _Network status and _System temperature_, in 2 pages; use the Left/Right Joystick to toggle between these pages. +1. **Button 1** - Display system information of the Pi, such as _Disk space_, _WiFi_, _IP Address_, _CPU Idle %_, _Memory usage_, _Network status_ and _System temperature_, in 2 pages; use the Left/Right Joystick to toggle between these pages. 1. **Button 3** - Display the system action dialog, use the Up/Down/Left/Right Joystick to select the options between _Reboot_, _Shutdown_, _Re-mount Samba_ and _Reload the USB driver_. Press **Button 3** to confirm your choice. * The screen will turn off after idling for around 20 seconds.