Merge pull request #2 from chuangzhu/patch-1

Correct a typo in README
This commit is contained in:
microwavesafe 2021-06-03 14:45:47 +01:00 committed by GitHub
commit 43d10dae1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@ The [LVGL](https://github.com/lvgl/lvgl) is written mainly for microcontrollers
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
* **Fast** because you don't have to design an manufacture 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