From c22c63c142ea942932d5c97c548d4af9db257f88 Mon Sep 17 00:00:00 2001 From: Avril Date: Fri, 24 Jul 2020 03:03:59 +0100 Subject: [PATCH] (hopefully) cute readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 1b4fc8a..79b6f6e 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,9 @@ The library comes with traits for progress bars: `[ProgressBar][progress-bar]`, The default implementations for these are `Bar` and `Spin`, but you can provide your own implementations too for more customisability +[progress-bar]: ./src/inter.rs +[spinner]: ./src/inter.rs + ``` rust pub fn does_work(bar: &mut P) {