From 0788ac96b798fd189d60037985df259f06c8ebd2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=93=E6=B0=B8=E7=9B=9B?= <1596953204@qq.com> Date: Mon, 28 Aug 2023 13:12:14 +0800 Subject: [PATCH] Update README.md Too many `you`. Delete one `you`. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b6cc791..cfb9af4 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ The [LVGL](https://github.com/lvgl/lvgl) is written mainly for microcontrollers and embedded systems however you can run the library **on your PC** as well without any embedded hardware. The code written on PC can be simply copied when your are using an embedded system. Using a PC simulator instead of an embedded hardware has several advantages: -* **Costs $0** because you you don't have to buy or design PCB +* **Costs $0** because you don't have to buy or design PCB * **Fast** because you don't have to design and manufacture PCB * **Collaborative** because any number of developers can work in the same environment * **Developer friendly** because much easier and faster to debug on PC