summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index cfe4325..7ac9d4a 100644
--- a/README.md
+++ b/README.md
@@ -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
```