From ae962f4e16ed95ef6c9669bbdbedd687043801b2 Mon Sep 17 00:00:00 2001 From: Andrea Sonny <8806300+andreasonny83@users.noreply.github.com> Date: Fri, 25 Jan 2019 10:17:55 -0800 Subject: [PATCH] Revert "Update README.md (#393)" (#589) This reverts commit 0c49c10b32bad8e28483ddd7f89b8096a620ed26. --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 17e49cc..ca0a74e 100644 --- a/README.md +++ b/README.md @@ -232,8 +232,7 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/ * [EJS](https://github.com/mde/ejs) - Effective JavaScript templating. * [xtemplate](https://github.com/xtemplate/xtemplate) - eXtensible Template Engine lib for node and the browser * [marko](https://github.com/marko-js/marko) - A fast, lightweight, HTML-based templating engine for Node.js and the browser with async, streaming, custom tags and CommonJS modules as compiled output. -* [swig](https://github.com/paularmstrong/swig/) - A simple, powerful, and extendable Node.js and browser-based JavaScript template engine. -* [Nunjucks](https://mozilla.github.io/nunjucks/) - A powerful templating engine with inheritance, asynchronous control, and more (jinja2 inspired). +* [swig](http://paularmstrong.github.io/swig/) - A simple, powerful, and extendable Node.js and browser-based JavaScript template engine. ## Articles and Posts