diff --git a/README.md b/README.md
index 481cb18..81980de 100644
--- a/README.md
+++ b/README.md
@@ -3,24 +3,18 @@
[![Build](https://github.com/LegitCamper/icy_browser/actions/workflows/ci.yml/badge.svg)](https://github.com/LegitCamper/icy_browser/actions/workflows/ci.yml)
-### Supported Browser Engines
-| Browser Engine | Support |
-| ----------------- | --------- |
-| WebKit/Ultralight | ✓ |
-| Chromium/CEF | X Planned |
-
-
### Browser Widgets
+- [iced_webview](https://github.com/LegitCamper/iced_webview)
+> Currently only supports [Ultralight which has its own licence](https://ultralig.ht/pricing/) you should review
- Navigation Bar
- Tab Bar
- Bookmark Bar
-- Browser View
### Examples
#### basic_browser.rs
-`cargo run --example basic_browser --features ultralight-resources`
+`cargo run --example basic_browser --features ultralight-resources`
``` Rust
use iced::{Settings, Task, Theme};
use icy_browser::{get_fonts, Bookmark, IcyBrowser, Message, Ultralight};