diff options
author | Dmitry Ilvokhin <d@ilvokhin.com> | 2025-03-16 12:56:41 +0000 |
---|---|---|
committer | Dmitry Ilvokhin <d@ilvokhin.com> | 2025-03-16 12:56:41 +0000 |
commit | a4cf9bbcfb0ef6aa13ffb62b981ddd6ff2ae7fd1 (patch) | |
tree | cf8b2a52b8ec1968910dfd963a46388eb6b1c5f1 /README.md | |
parent | 0a6b76fd91f379941fa1f9a0d51412c9950aa054 (diff) | |
download | blog-a4cf9bbcfb0ef6aa13ffb62b981ddd6ff2ae7fd1.tar.gz blog-a4cf9bbcfb0ef6aa13ffb62b981ddd6ff2ae7fd1.tar.bz2 blog-a4cf9bbcfb0ef6aa13ffb62b981ddd6ff2ae7fd1.zip |
Fix file extention in README example
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ $ pip3 install -r requirements.txt $ mkdir posts/hello-world $ echo 'Title: Hello, World!' > posts/hello-world/metadata.txt $ echo 'Date: 2022-12-23' >> posts/hello-world/metadata.txt -$ echo 'Hello, world!' > posts/hello-world/hello-world.txt +$ echo 'Hello, world!' > posts/hello-world/hello-world.md $ make deploy ``` |