From 7c002ed7076fee598fac4c599536db088b87b04d Mon Sep 17 00:00:00 2001 From: Ishaan Goel <46309254+ishaan26@users.noreply.github.com> Date: Tue, 1 Oct 2024 10:48:59 +0530 Subject: [PATCH] fix: README.md Fixed formatting and doc link. --- zung_mini/README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/zung_mini/README.md b/zung_mini/README.md index 1203a11..1c098c7 100644 --- a/zung_mini/README.md +++ b/zung_mini/README.md @@ -1,9 +1,8 @@ Mini rust projects that target specific features of rust -> # Disclaimer - -> This library is intended for **learning purposes only** and is not production-grade. While it demonstrates core functionality for implementing a progress bar in Rust, it may lack the optimizations, testing, and features required for production use. Use at your own risk in critical applications. + ### _Disclaimer_ +_This library is intended for **learning purposes only**_ ## Table of Contents - [Mini Project 1](#mini-project-1---progbar) @@ -24,4 +23,4 @@ Mini rust projects that target specific features of rust ## Usage -See the [docs](https://docs.rs/zung_mini/0.1.2/zung_mini/progbar/index.html) for how to use this library. +See the [docs](https://docs.rs/zung_mini/latest/zung_mini/progbar/index.html) for how to use this library.