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.