From c2a8e533aa4dd222858e8ead063928b7e98dc673 Mon Sep 17 00:00:00 2001 From: Liam Date: Tue, 1 Oct 2024 18:45:49 -0400 Subject: [PATCH] Tweak --- Cargo.lock | 2 +- README.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cf5abe8..c39e13d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -367,7 +367,7 @@ checksum = "cc9c68a3f6da06753e9335d63e27f6b9754dd1920d941135b7ea8224f141adb2" [[package]] name = "present" -version = "0.2.2" +version = "0.2.3" dependencies = [ "clap", "console", diff --git a/README.md b/README.md index 3481036..de5140b 100644 --- a/README.md +++ b/README.md @@ -43,8 +43,8 @@ Options: --interactive Interactively present markdown documents. --pretty Pretty print documents to the terminal. --remove Remove commands within markdown documents. - -h, --help Print help information - -V, --version Print version information + -h, --help Print help + -V, --version Print version ``` ### Library @@ -53,7 +53,7 @@ Options: section in `Cargo.toml`: ```present ./bin/get_version -present = "0.2.2" +present = "0.2.3" ``` With `present`, you can create a `File` struct by pointing it to a path. This