From 9fe98c756f03adb4a41dae19a35915bd5a29e9bb Mon Sep 17 00:00:00 2001 From: Tiaansu <87069680+Tiaansu@users.noreply.github.com> Date: Thu, 26 Sep 2024 21:12:01 +0800 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 78268f3..40839b8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # SampCRON -A cron plugin for samp/open.mp in Rust. +A cron plugin for samp/open.mp in Rust. Made using [this library](https://github.com/rs-god/rcron) ## Installation - Download suitable binary files from releases for your operating system. @@ -101,4 +101,5 @@ cargo build --release --- > [!NOTE] -> Most of the part of this README is from/based on [samp-bcrypt](https://github.com/Sreyas-Sreelal/samp-bcrypt) +> Most of the part of this README is from/based on [samp-bcrypt](https://github.com/Sreyas-Sreelal/samp-bcrypt) +> I'm open for suggestions and corrections as I'm still learning Rust.