diff --git a/Documentation/ooak.NewtonsoftJson.md b/Documentation/ooak.NewtonsoftJson.md
new file mode 100644
index 0000000..4598f3b
--- /dev/null
+++ b/Documentation/ooak.NewtonsoftJson.md
@@ -0,0 +1,3 @@
+# Ooak.NewtonsoftJson - The Newtonsoft.Json-based TypeUnion (de)serializer
+
+This package contains the Newtonsoft.Json serializer for use with [Ooak](https://www.nuget.org/packages/Ooak/)'s TypeUnion type.
diff --git a/Documentation/ooak.SystemTextJson.md b/Documentation/ooak.SystemTextJson.md
new file mode 100644
index 0000000..baa6d90
--- /dev/null
+++ b/Documentation/ooak.SystemTextJson.md
@@ -0,0 +1,3 @@
+# Ooak.SystemTextJson - The System.Text.Json-based TypeUnion (de)serializer
+
+This package contains the System.Text.Json serializer for use with [Ooak](https://www.nuget.org/packages/Ooak/)'s TypeUnion type.
diff --git a/Ooak.NewtonsoftJson/Ooak.NewtonsoftJson.csproj b/Ooak.NewtonsoftJson/Ooak.NewtonsoftJson.csproj
index 07c0fd0..758b18f 100644
--- a/Ooak.NewtonsoftJson/Ooak.NewtonsoftJson.csproj
+++ b/Ooak.NewtonsoftJson/Ooak.NewtonsoftJson.csproj
@@ -9,12 +9,12 @@
0.0.3
Ooak deserializer for Newtonsoft.Json that allows the use of oneOf/anyOf/allOf
Jérémy VIGNELLES
- ooak.md
+ ooak.NewtonsoftJson.md
MIT
https://github.com/jeremyVignelles/ooak.git
-
+
diff --git a/Ooak.SystemTextJson/Ooak.SystemTextJson.csproj b/Ooak.SystemTextJson/Ooak.SystemTextJson.csproj
index 375e85d..cd65117 100644
--- a/Ooak.SystemTextJson/Ooak.SystemTextJson.csproj
+++ b/Ooak.SystemTextJson/Ooak.SystemTextJson.csproj
@@ -9,12 +9,12 @@
0.0.3
Ooak deserializer for System.Text.Json that allows the use of oneOf/anyOf/allOf
Jérémy VIGNELLES
- ooak.md
+ ooak.SystemTextJson.md
MIT
https://github.com/jeremyVignelles/ooak.git
-
+