Merge pull request #26 from kittenparry/patch-1

Minor edit to README.md
This commit is contained in:
Luke Smith 2019-11-23 19:48:01 -05:00 committed by GitHub
commit 79a674dc7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.