diff --git a/README.md b/README.md index 4426af9..9c22977 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Blogs and RSS feeds in less than 100 lines of shell script, actually, right now, ```sh ./lb n(ew) # Make a new blog post draft. -./lb e(edit) # Edit a draft of an entry. +./lb e(dit) # Edit a draft of an entry. ./lb t(rash) # Delete a draft of an entry. ./lb p(ublish) # Finalize/publish a blog post draft. ./lb d(elete) # Delete a published blog post.