From dbf3106ff8a6c31df23f2c4e1877fadd967adbb0 Mon Sep 17 00:00:00 2001 From: Nabeen Tiwaree Date: Mon, 25 Sep 2023 12:09:43 +0545 Subject: [PATCH] chore(docx): Fixed cargo installation method, closes #18 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8621531..6997420 100644 --- a/README.md +++ b/README.md @@ -61,11 +61,11 @@ Built from the ground up for ease of use, performance, beautiful ui and portabil - Using [crates.io](https://crates.io/crates/haylxon) ```bash - cargo install haylxon + cargo install hxn ``` - Using [binstall](https://github.com/cargo-bins/cargo-binstall) ```bash - cargo binstall haylxon + cargo binstall hxn ``` > **Note** ⚠️