From fdf180398fc4a20dde3ee7f1aa24143d65667bc7 Mon Sep 17 00:00:00 2001 From: "D. Scott Boggs" Date: Mon, 5 Dec 2022 10:35:45 -0500 Subject: [PATCH] update readme --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e7cbac0..8163b4d 100644 --- a/README.md +++ b/README.md @@ -19,9 +19,15 @@ To add `elefren` to your project, add the following to the `[dependencies]` section of your `Cargo.toml` ```toml -elefren = "0.22" +elefren = "0.23" ``` +Alternatively, run the following command: + +~~~console +$ cargo add elefren +~~~ + ## Example In your `Cargo.toml`, make sure you enable the `toml` feature: