From 06c2d10255666893180f26c3adde8730b09bb427 Mon Sep 17 00:00:00 2001 From: Kogia-sima Date: Sun, 7 Jun 2020 13:41:08 +0900 Subject: [PATCH] Update README --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 1bd1bae..074d5a3 100644 --- a/README.md +++ b/README.md @@ -69,13 +69,11 @@ You can find more examples in [examples](./examples) directory. ## 🐾 Roadmap -- `Template` trait ([RFC](https://github.com/Kogia-sima/sailfish/blob/master/docs/rfcs/3-template-trait.md)) +- `Template` trait ([RFC](https://github.com/Kogia-sima/sailfish/issues/3)) - Template inheritance (block, partials, etc.) -- Include another templates without copy - Whitespace suppressing -- HTML minification -- Filters -- Dynamic template compilation ([RFC](https://github.com/Kogia-sima/sailfish/blob/master/docs/rfcs/1-dynamic-loading.md)) +- Filters ([RFC](https://github.com/Kogia-sima/sailfish/issues/2)) +- Dynamic template compilation ([RFC](https://github.com/Kogia-sima/sailfish/issues/1)) - `format_templates!(fmt, args..)` macro ## 👤 Author