diff --git a/README.md b/README.md
index f461acb3..20fbb158 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,7 @@
# WebView
-[](https://www.nuget.org/packages/WebViewControl-Avalonia/)
-[](https://www.nuget.org/packages/WebViewControl-WPF/)
+[](https://www.nuget.org/packages/WebViewControl-Avalonia/)
+[](https://www.nuget.org/packages/WebViewControl-Avalonia-Arm64/)
+[](https://www.nuget.org/packages/WebViewControl-WPF/)
Avalonia/WPF control that wraps CefGlue webview control
@@ -38,6 +39,16 @@ It also provides the following additional features:
Stable binaries are released on NuGet, and contain everything you need to embed Chromium in your .NET/CLR application.
## Documentation
+To start, add these to `ProjectName.csproj`
+```xml
+
+
+
+
+
+
+
+```
See the [Sample](SampleWebView.Avalonia) project for example web browsers built with WebView. It demos some of the available features.
## Other