From 0376b975c63ef48f2dba562bd7018465d7d72243 Mon Sep 17 00:00:00 2001 From: webbrain-one <295484252+webbrain-one@users.noreply.github.com> Date: Sun, 16 Aug 2026 01:32:42 +0300 Subject: [PATCH] docs: improve README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 75256c8..1361f12 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ + + # Simple VTK Transform Widget ## Overview @@ -11,7 +13,7 @@ This project implements a VTK (Visualization Toolkit) transform widget with 2 st ## Features - Interactive 3D transformation widget. -- Supports translation, rotation ans scale of 3D objects. +- Supports translation, rotation and scale of 3D objects. - Follow the widget/represent implementation to decouple Event Processing from Widget Geometry. - MIT License for easy integration into your own projects.