From 5d17d626e469201f521a56949e7e55fc5a885406 Mon Sep 17 00:00:00 2001 From: Jemy SCHNEPP Date: Wed, 10 Aug 2022 13:54:59 +0200 Subject: [PATCH] Update readme pre release --- README.MD | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/README.MD b/README.MD index 42caa74..aecdfef 100644 --- a/README.MD +++ b/README.MD @@ -20,17 +20,15 @@ Or clone it and build it from scratch using `go build cmd/toastfront/toastfront. Either start from scratch or by copying the `exemple` folder -Create a `toastatfront.json` file at the root of your project -[[Here link to toastfront json wiki page]] +Create a `toastatfront.json` file at the root of your project [toastfront.json documentation](https://github.com/toastate/toastfront/wiki/toastfront.json-structure) #### Take advantage of toastfront features -The complete list of features is avaliable on the wiki including: - - I18N setup +The complete [list of features is avaliable on the wiki](https://github.com/toastate/toastfront/wiki/Toastfront-features) including: + - HTML Templating & Internationalisation (via vars) - HTML Imports - - HTML Templating & Internationalisation - JS Imports - - Importing vars in your file + - Importing HTML vars in your file - CSS Imports #### Run it