From dcf1399620a5a05bd1f2abbe2c7752aeb1da9163 Mon Sep 17 00:00:00 2001 From: Dominic Drees Date: Sun, 2 Nov 2025 10:40:16 +0100 Subject: [PATCH] cleanup readme --- README.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/README.md b/README.md index 77d57a2..5f193e0 100644 --- a/README.md +++ b/README.md @@ -54,11 +54,3 @@ configuration.userContentController.addUserScript(testScript) // Load a URL webView.load(URLRequest(url: URL(string: "https://example.com")!)) ``` - -## Contributing - -Contributions are welcome! Open an issue or PR for bug fixes, improvements, or new features. - -## License - -MIT License.