From 3bbf9a38ee5f535e712aeb70fd28ea9568078b88 Mon Sep 17 00:00:00 2001 From: syumai Date: Sun, 30 Dec 2018 23:23:14 +0900 Subject: [PATCH] Updated README.md --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index b165c29..d2ea88f 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,15 @@ # dejs -- dejs is [ejs](https://ejs.co) template engine for [deno](https://github.com/denoland/deno). -- dejs's render function returns `Reader`. +- [ejs](https://ejs.co) template engine for [deno](https://github.com/denoland/deno). ## Features ### Supported -- <%= %> Escaped -- <%- %> Raw -- <%# %> Comment -- <% %> Evaluate (Basic support) +- <%= %> Output escaped value +- <%- %> Output raw value +- <%# %> Comment (nothing will be shown) +- <% %> Evaluate (use control flow like: if, for) ### Not supported