diff --git a/README.md b/README.md index 1987e4c..4f9cb9f 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ -# Diary +# Diary [![Latest version]][crates.io] Encrypted memories [Latest Version]: https://img.shields.io/crates/v/diary.svg [crates.io]: https://crates.io/crates/serde # Usage - +``` USAGE: diary [FLAGS] [OPTIONS] --password @@ -17,7 +17,8 @@ FLAGS: OPTIONS: -d, --database This is the location of the database file. [default: .database] -p, --password This is the password to the database. - +``` + ## To make an entry 1. Run the program with the password and optionally the database options. 2. On the first screen, enter the day's diary entry. The date and day will be added by Diary.