Skip to content

Commit

Permalink
fix: README.md
Browse files Browse the repository at this point in the history
Fixed formatting and doc link.
  • Loading branch information
ishaan26 authored Oct 1, 2024
1 parent c4a506f commit 7c002ed
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions zung_mini/README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand All @@ -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.

0 comments on commit 7c002ed

Please sign in to comment.