diff --git a/README.md b/README.md
index d049973..c4000e6 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,13 @@
# Htmxor - supercharging Blazor Static SSR with Htmx
![Htmxor logo](docs/htmxor.svg)
+This packages enables Blazor static SSR to be used seamlessly with Htmx.
+
+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.
+
## Samples used for comparison:
- [BlazorSSR - pure Blazor SSR](/samples/BlazorSSR)
\ No newline at end of file
diff --git a/src/Htmxor/Htmxor.csproj b/src/Htmxor/Htmxor.csproj
index 3953fda..68a177a 100644
--- a/src/Htmxor/Htmxor.csproj
+++ b/src/Htmxor/Htmxor.csproj
@@ -14,15 +14,16 @@