Skip to content

Commit

Permalink
more example cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
facundoolano committed Feb 16, 2024
1 parent 4d93907 commit 7d3f24f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ $ open http://localhost:4001/blog/my-first-post

# add some content
$ cat >> src/blog/test.org <<EOF
# Hello world!
# Hello world!
this is my *first* post.
EOF
this is my *first* post.
EOF

# remove the draft flag before publishing
$ sed -i '/^draft: true$/d' src/blog/my-first-post.org
Expand Down

0 comments on commit 7d3f24f

Please sign in to comment.