diff --git a/README.md b/README.md
index c4000e6..d57a5b7 100644
--- a/README.md
+++ b/README.md
@@ -1,13 +1,16 @@
# Htmxor - supercharging Blazor Static SSR with Htmx
-![Htmxor logo](docs/htmxor.svg)
+![Htmxor logo](https://raw.githubusercontent.com/egil/Htmxor/main/docs/htmxor.svg)
-This packages enables Blazor static SSR to be used seamlessly with Htmx.
+This packages enables Blazor Static SSR (.NET 8 and later) to be used seamlessly with Htmx.
-Blazor static SSR
+Blazor Static SSR
comes with basic interactivity via enhanced navigation and enhanced form handling.
Adding Htmx (htmx.org) to the mix gives you access to another level of interactivity while still
retaining all the advantages of Blazor SSR stateless nature.
+**NOTE:** _This package is highly experimental!_
+
## Samples used for comparison:
-- [BlazorSSR - pure Blazor SSR](/samples/BlazorSSR)
\ No newline at end of file
+- [BlazorSSR - pure Blazor SSR](https://github.com/egil/Htmxor/tree/main/samples/BlazorSSR)
+- [HtmxBlazorSSR - pure Blazor SSR](https://github.com/egil/Htmxor/tree/main/samples/HtmxBlazorSSR)
diff --git a/docs/htmxor-icon-light-mode.png b/docs/htmxor-icon-light-mode.png
new file mode 100644
index 0000000..6ac8f0b
Binary files /dev/null and b/docs/htmxor-icon-light-mode.png differ
diff --git a/src/Htmxor/Htmxor.csproj b/src/Htmxor/Htmxor.csproj
index 68a177a..9be2a88 100644
--- a/src/Htmxor/Htmxor.csproj
+++ b/src/Htmxor/Htmxor.csproj
@@ -14,8 +14,8 @@