From 7b4bf3a7f3ceab8788f2c05a61df02d959d3bb22 Mon Sep 17 00:00:00 2001 From: justine Date: Fri, 13 Jan 2023 13:39:04 +0100 Subject: [PATCH] Update 'README.md' --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index c6a727f..21843c1 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,6 @@ An extra simplified template engine, written as a Rust lib. -# TODO -* Add a function that reads from a string -* Add a sanitize function that removes %%words%% from a string, which could be useful to avoid user-side injection - ## Features - Reads templates - Dynamically generate content based on variables or bash commands