Update text editor example docs

This commit is contained in:
Turiiya 2023-09-12 04:23:19 +02:00
parent a033f1fd6a
commit 831ee41cfd
3 changed files with 6 additions and 4 deletions

View File

@ -41,7 +41,7 @@
## Showcase
This [text editor example](https://github.com/webui-dev/webui/tree/main/examples/C/text-editor) is written in C using WebUI as the GUI library. The final executable is portable and has less than _1 MB_ in size (_+html and css files_).
This [text editor](https://github.com/webui-dev/webui/tree/main/examples/C/text-editor) is a lightweight and portable example written in C using WebUI as the GUI library.
<div align="center">

View File

@ -40,4 +40,4 @@ To build an example, cd into its directory and run the make command.
## Additional Examples
- [`text-editor`](https://github.com/webui-dev/webui/tree/main/examples/C/text-editor): Example of a text editor written in C using WebUI as the GUI library. The final executable is portable and has less than _1 MB_ in size (_+html and css files_).
- [`text-editor`](https://github.com/webui-dev/webui/tree/main/examples/C/text-editor): A lightweight and portable text editor written in C using WebUI as the GUI library.

View File

@ -1,8 +1,10 @@
# WebUI C - Text Editor
This [text editor example](https://github.com/webui-dev/webui/tree/main/examples/C/text-editor) is written in C using WebUI as the GUI library.
This [text editor](https://github.com/webui-dev/webui/tree/main/examples/C/text-editor) is a lightweight and portable example written in C using WebUI as the GUI library.
![webui_c_example](https://github.com/webui-dev/webui/assets/34311583/d024b22a-6330-4970-875a-e7d015d43595)
<div align="center">
<img alt="Example" src="https://github.com/webui-dev/webui/assets/34311583/45bc85c7-b111-44b7-9aa6-80e861e7b47d">
</div>
- **Windows**