From a4cf9bbcfb0ef6aa13ffb62b981ddd6ff2ae7fd1 Mon Sep 17 00:00:00 2001 From: Dmitry Ilvokhin Date: Sun, 16 Mar 2025 12:56:41 +0000 Subject: Fix file extention in README example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') 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 ``` -- cgit v1.2.3-70-g09d2