From 90be486c282abbd7317566d9002aa9d357383324 Mon Sep 17 00:00:00 2001 From: Avril Date: Fri, 24 Jul 2020 03:04:37 +0100 Subject: [PATCH] (hopefully) cute readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 79b6f6e..2cb05f9 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ progress.complete_with("Done!"); ``` ## Traits -The library comes with traits for progress bars: `[ProgressBar][progress-bar]`, and `[Spinner][spinner]`. +The library comes with traits for progress bars: [`ProgressBar`][progress-bar], and [`Spinner`][spinner]. The default implementations for these are `Bar` and `Spin`, but you can provide your own implementations too for more customisability