From 9cc3841c6a224c7e5785cc2846936c08a30ade26 Mon Sep 17 00:00:00 2001 From: Flix Date: Thu, 21 Dec 2023 22:15:17 +0100 Subject: [PATCH] chore: Update README --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5558f5e..bb1bb7e 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,15 @@ Warning: This project is in early alpha and should not be used in production! Import the project using: +```bash +cargo add bonsaimq +``` + +or + ```toml # adjust the version to the latest version: -bonsaimq = "0.2.0" +bonsaimq = "0.3.0" # or bonsaimq = { git = "https://github.com/FlixCoder/bonsaimq" } ```