1
0
mirror of https://github.com/vlang/awesome-v.git synced 2023-08-10 21:13:23 +03:00

oops, fix text_editor.v link

This commit is contained in:
Delyan Angelov 2022-05-31 12:10:38 +03:00
parent 2e61529899
commit 3a48a4fcd7
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED

View File

@ -78,7 +78,7 @@
- [ved](https://github.com/vlang/ved) - 1 MB text editor written in V with hardware accelerated text rendering. Compiles in <1s.
- [vee](https://github.com/Larpon/vee) - V Editor Engine. A V module providing the guts of a text editor. Comes with a [TUI editor example](https://github.com/Larpon/vee/blob/master/examples/tuieditor/).
- [text_editor](https://github.com/vlang/v/examples/term.ui/text_editor.v) - Small text editor from the official V examples.
- [text_editor](https://github.com/vlang/v/blob/master/examples/term.ui/text_editor.v) - Small text editor from the official V examples.
### Web