From c35e9097cfdd2b6c4ebbed8bf77e22e788abb877 Mon Sep 17 00:00:00 2001 From: Tarasov Aleksandr <55220741+arabianq@users.noreply.github.com> Date: Fri, 30 Jan 2026 21:28:28 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3677772..40814dd 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ colorgram-rust is a rust program that lets you extract colors from image. It is a port of [colorgram.py](https://github.com/obskyr/colorgram.py) (which is itself a port of [colorgram.js](https://github.com/darosh/colorgram-js), so it's basically a port of a port =D) -**Why?** Well, it's ~25 times faster than colorgram.py (9 ms vs 225 ms for test.png on my laptop) +**Why?** Well, it's ~25 times faster than colorgram.py (9 ms vs 225 ms for test.png) on my laptop ### Installation as CLI utility ```bash