From 041a164d0994dcf94c62cdb4895dcf2a894e29e2 Mon Sep 17 00:00:00 2001 From: Anton Komarev Date: Sun, 7 Jan 2024 08:44:41 +0300 Subject: [PATCH] Show example --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1dfafaa..4ef60a3 100644 --- a/README.md +++ b/README.md @@ -121,7 +121,9 @@ to ensure the 1000 views are accounted for: You can set the `abbreviated` parameter to `true` if you would like the counter to be abbreviated. -For example, a counter with 12345 views, will be displayed as 12K. +For example, a counter with 12345 views, will be displayed as 12.3K. + +![](https://img.shields.io/static/v1?label=Profile+views&message=12.3K&color=007ec6) ```markdown ![](https://komarev.com/ghpvc/?username=your-github-username&abbreviated=true)