From 7bffca871ea084a046947f38183bcb3142e28503 Mon Sep 17 00:00:00 2001 From: Dave Friedel Date: Mon, 6 Oct 2025 16:16:59 -0400 Subject: [PATCH] Update README.md --- README.md | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/README.md b/README.md index c729c8a..bf630cd 100644 --- a/README.md +++ b/README.md @@ -369,15 +369,6 @@ TouchEffect.Maui is fully accessible by default: **Windows**: Hover only works with mouse/pen, not touch input -## Migration from Xamarin - -If migrating from Xamarin.Forms TouchEffect: - -1. Update namespace: `Xamarin.CommunityToolkit` → `MarketAlly.TouchEffect.Maui` -2. Update package reference to `MarketAlly.TouchEffect.Maui` -3. Add `.UseMauiTouchEffect()` in MauiProgram.cs -4. Properties and behavior remain the same - ## Contributing We welcome contributions! Please see our [Contributing Guide](CONTRIBUTING.md) for details. @@ -428,9 +419,7 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file ## Support -- 📖 [Documentation](https://github.com/MarketAlly/TouchEffect/wiki) -- 🐛 [Report Issues](https://github.com/MarketAlly/TouchEffect/issues) -- 💬 [Discussions](https://github.com/MarketAlly/TouchEffect/discussions) +- 🐛 [Report Issues](https://github.com/MarketAlly/TouchEffect.Maui/issues) - ⭐ Star this repository if you find it helpful! ---