From 6279f05c15c059101082ef098bb53629d453cd35 Mon Sep 17 00:00:00 2001 From: lashman Date: Fri, 13 Mar 2026 19:39:18 +0200 Subject: [PATCH] Trim redundant word in operations intro --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 657d424..e92f38d 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ Everything is bundled inside - GTK4, libadwaita, all shared libraries. No packag ## 🔧 Operations -Pixstrip combines seven image operations into a single workflow. Enable what you need, skip what you don't. Each operation is a step in the wizard with its own controls, previews, and help text. +Pixstrip combines seven operations into a single workflow. Enable what you need, skip what you don't. Each operation is a step in the wizard with its own controls, previews, and help text. ### ✂️ Resize @@ -343,3 +343,7 @@ Your images are yours. Your metadata is yours. Your workflow is yours. The tool **CC0 1.0 - Public Domain.** No rights reserved. This work is dedicated to the public domain worldwide. You can copy, modify, distribute, and use it for any purpose, commercial or otherwise, without asking permission and without owing anyone anything. Good tools should be freely available to everyone who needs them. + +--- + +This project is developed with the help of a locally-run LLM via opencode for scaffolding, planning, and routine code tasks. Architecture and design decisions are my own.