commit 53b5cf4bc131b8eab2b5d8829bf1df192d6ef185
parent 4bebd74dbdc369fc61be69bc0cd36127ce3b80c2
Author: Luke Smith <luke@lukesmith.xyz>
Date: Sat, 22 Feb 2020 09:17:25 -0500
Merge branch 'master' of github.com:LukeSmithxyz/lb
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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.