From 688fd5a8cd310cde2b8cb7b93a70d095eeaefffb Mon Sep 17 00:00:00 2001 From: Daniel Stefanovic Date: Thu, 24 May 2018 11:20:25 +0200 Subject: [PATCH] Remove line breaks before and after new category --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 1bb8240..b177a34 100644 --- a/README.md +++ b/README.md @@ -279,7 +279,6 @@ * [**Python**: _A Template Engine_](http://aosabook.org/en/500L/a-template-engine.html) * [**Ruby**: _How to write a template engine in less than 30 lines of code_](http://bits.citrusbyte.com/how-to-write-a-template-library/) - #### Build your own `Text Editor` * [**Python**: _Create a Simple Python Text Editor!_](http://www.instructables.com/id/Create-a-Simple-Python-Text-Editor/) @@ -287,7 +286,6 @@ * [**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] - #### Build your own `Web Search Engine` * [**PHP**: _Code a Search Engine in PHP_](https://boyter.org/2013/01/code-for-a-search-engine-in-php-part-1/)