Skip to content

Commit

Permalink
Review readme
Browse files Browse the repository at this point in the history
  • Loading branch information
christophebe committed Feb 29, 2024
1 parent 799b2d8 commit 0be3ed1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 0be3ed1

Please sign in to comment.