From 0be3ed164d6c37758b3320359e1e5fd557b4eac7 Mon Sep 17 00:00:00 2001 From: Christophe Date: Thu, 29 Feb 2024 22:59:35 +0100 Subject: [PATCH] Review readme --- readme.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/readme.md b/readme.md index e3ae283..a8ec092 100644 --- a/readme.md +++ b/readme.md @@ -64,18 +64,18 @@ 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 : [template](./examples/markdown/template.md?plain=1) +Template : [template.md](./examples/markdown/template.md?plain=1) -Markdown result : [Dobermann](./examples/markdown/dobermann.md) +Markdown result : [dobermann.md](./examples/markdown/dobermann.md) ## version 0.1.1 - Template HTML ```bash julius template-post -f ./dobermann -t ./template.html -i breed=dobermann -d ``` -Template : [template](./examples/html/template.html?plain=1) +Template : [template.html](./examples/html/template.html?plain=1) -HTML result : [Dobermann](./examples/html/dobermann.html) +HTML result : [dobermann.html](./examples/html/dobermann.html) # Installation