From dd850d34c2916323cd651a88749434097118b891 Mon Sep 17 00:00:00 2001 From: atse Date: Fri, 21 Jun 2024 12:27:43 +0800 Subject: [PATCH] README: Proofread --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bb2edfb..35e09fe 100644 --- a/README.md +++ b/README.md @@ -71,9 +71,8 @@ openocd -f interface/stlink.cfg -f target/stm32f4x.cfg -c "program target/thumbv A GUI has been developed for easy configuration and plotting of key parameters. -The Python GUI program is located at pytec/tec_qt.py. - -The GUI is developed based on the Python library pyqtgraph. The GUI can be configured and launched automatically by running: +The Python GUI program is located at pytec/tec_qt.py, and is developed based on the Python library pyqtgraph. The GUI can be configured and +launched automatically by running: ``` nix run .#thermostat_gui