From de2527633b5145c535d2a214620ee928c0c76bb6 Mon Sep 17 00:00:00 2001 From: Matthew Parker Date: Tue, 16 Jul 2024 03:37:02 +0100 Subject: [PATCH] fixed total on total progress bar --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f89f794e..bd799bba 100644 --- a/README.md +++ b/README.md @@ -139,7 +139,7 @@ string emailAddressOrErrorMessage = userResponse.Result.Match( ## ⌛ Progress ### Server & Client -![13 / 298](https://progress-bar.dev/13/?scale=298&suffix=%20/%20298&width=500) +![13 / 288](https://progress-bar.dev/13/?scale=288&suffix=%20/%20288&width=500) ### Server Only ![2 / 195](https://progress-bar.dev/2/?scale=195&suffix=%20/%20195&width=300) ### Client Only