diff options
Diffstat (limited to 'content')
-rw-r--r-- | content/posts/templates-released.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/posts/templates-released.md b/content/posts/templates-released.md index f1e6a94..01ea21a 100644 --- a/content/posts/templates-released.md +++ b/content/posts/templates-released.md @@ -133,7 +133,7 @@ conversion as simple as running a command in the terminal: ::bash elenqdoc-book document.md -o book.pdf # For books - elenqdoc-artilce document.md -o article.pdf # For articles + elenqdoc-article document.md -o article.pdf # For articles With the new template system, the documents are just Markdown files and they are easy to maintain under version control. Note that the same input file can |