fix filename in example

This commit is contained in:
facundoolano 2024-02-16 12:55:46 -03:00
parent ed34828b0b
commit 4d939075ff

View file

@ -50,7 +50,7 @@ $ cat >> src/blog/test.org <<EOF
EOF
# remove the draft flag before publishing
$ sed -i '/^draft: true$/d' your_file.md
$ sed -i '/^draft: true$/d' src/blog/my-first-post.org
$ blorg build
wrote target/index.html