From 5feddd4529ee77c19b2f08c25dfeebb31974b9cf Mon Sep 17 00:00:00 2001 From: Edvin Boul Date: Sun, 25 Aug 2019 07:38:18 +0300 Subject: [PATCH] Follow the command description scheme for edit Like the rest of them --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.