From 0a36d45a472b5cc32a96d2e527d5cca3b1422962 Mon Sep 17 00:00:00 2001 From: yggverse Date: Tue, 10 Jun 2025 01:56:24 +0300 Subject: [PATCH] update readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9b928da..d0a5c37 100644 --- a/README.md +++ b/README.md @@ -4,15 +4,15 @@ [![Dependencies](https://deps.rs/repo/github/YGGverse/htcount/status.svg)](https://deps.rs/repo/github/YGGverse/htcount) [![crates.io](https://img.shields.io/crates/v/htcount.svg)](https://crates.io/crates/htcount) -Simple CLI/daemon tool for counting visitors using `access.log` in the [Common Log Format](https://en.wikipedia.org/wiki/Common_Log_Format)\ -Export totals in multiple formats, such as JSON or SVG [badge](https://github.com/YGGverse/htcount/tree/main/default)! +Simple CLI/daemon tool for counting visitors using `access.log` in the [Common Log Format](https://en.wikipedia.org/wiki/Common_Log_Format).\ +Export totals in multiple formats, such as JSON or SVG badge! ## Features ### Export formats * [x] JSON - for API usage -* [x] SVG - configurable badge button +* [x] SVG - configurable badge button (or [default](https://github.com/YGGverse/htcount/tree/main/default)) ## Install