From 4751f8708cf31ad6d80e64eb6004f8b715a7296b Mon Sep 17 00:00:00 2001 From: Roman <69186900+polak228@users.noreply.github.com> Date: Wed, 18 May 2022 20:50:34 +0600 Subject: [PATCH] Useless link removed The code is not working --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index c913b3b..f9998c5 100644 --- a/README.md +++ b/README.md @@ -341,7 +341,6 @@ This repository is a compilation of well-written, step-by-step guides for re-cre #### Build your own `Template Engine` -* [**JavaScript**: _JavaScript template engine in just 20 lines_](http://krasimirtsonev.com/blog/article/Javascript-template-engine-in-just-20-line) * [**JavaScript**: _Understanding JavaScript Micro-Templating_](https://medium.com/wdstack/understanding-javascript-micro-templating-f37a37b3b40e) * [**Python**: _Approach: Building a toy template engine in Python_](http://alexmic.net/building-a-template-engine/) * [**Python**: _A Template Engine_](http://aosabook.org/en/500L/a-template-engine.html)