From 799b2d80e5cc1df7ab7fd39836f05fed644ef32d Mon Sep 17 00:00:00 2001 From: Christophe Date: Thu, 29 Feb 2024 22:58:06 +0100 Subject: [PATCH] Review readme --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 55193a9..e3ae283 100644 --- a/readme.md +++ b/readme.md @@ -64,7 +64,7 @@ Markdown result : [ 5 Reasons to Use AI for Generating Content](./examples/reaso ```bash julius template-post -f ./dobermann -t ./template.md -i breed=dobermann -d ``` -Template : [ dog-breed-template](./examples/markdown/template.md?plain=1) +Template : [template](./examples/markdown/template.md?plain=1) Markdown result : [Dobermann](./examples/markdown/dobermann.md) @@ -73,7 +73,7 @@ Markdown result : [Dobermann](./examples/markdown/dobermann.md) ```bash julius template-post -f ./dobermann -t ./template.html -i breed=dobermann -d ``` -Template : [ template](./examples/html/template.html?plain=1) +Template : [template](./examples/html/template.html?plain=1) HTML result : [Dobermann](./examples/html/dobermann.html)