Browse Source

Remove line breaks before and after new category

Daniel Stefanovic 7 năm trước cách đây
mục cha
commit
688fd5a8cd
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  1. 0 2
      README.md

+ 0 - 2
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/)