From b8bcbc668ea3f3a133cca47bdf88c786efbce4dc Mon Sep 17 00:00:00 2001 From: Saturnus Numerius Date: Thu, 14 Jun 2018 13:44:00 -0400 Subject: [PATCH] Reorder links in `Text Editor` section Group the links by language in alphabetical order --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9282755..4f583aa 100644 --- a/README.md +++ b/README.md @@ -300,10 +300,10 @@ #### Build your own `Text Editor` -* [**Python**: _Create a Simple Python Text Editor!_](http://www.instructables.com/id/Create-a-Simple-Python-Text-Editor/) * [**C**: _Build Your Own Text Editor_](https://viewsourcecode.org/snaptoken/kilo/) * [**C++**: _Designing a Simple Text Editor_](http://www.fltk.org/doc-1.1/editor.html) * [**Python**: _Python Tutorial: Make Your Own Text Editor_](https://www.youtube.com/watch?v=xqDonHEYPgA) [video] +* [**Python**: _Create a Simple Python Text Editor!_](http://www.instructables.com/id/Create-a-Simple-Python-Text-Editor/) #### Build your own `Visual Recognition System`