diff --git a/README.md b/README.md
index 81b6bdd..00a028a 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@ A simple C# library for managing token distribution schedules.
## Features
- Define token distribution schedules with start and end times and ratios.
-- Validate schedules to ensure correct distribution.
+- Validate schedules to ensure correct distribution using [TokenSchedule.FluentValidation](https://github.com/The-Poolz/TokenSchedule/tree/master/src/TokenSchedule.FluentValidation).
- Retrieve the Token Generation Event (TGE) and subsequent distribution events.
## Usage
diff --git a/buildConf/.props b/buildConf/.props
index e16e1dc..10ae051 100644
--- a/buildConf/.props
+++ b/buildConf/.props
@@ -7,7 +7,6 @@
git
https://github.com/The-Poolz/TokenSchedule
https://github.com/The-Poolz/TokenSchedule/releases/tag/v1.1.0
- README.md
LICENSE
True
snupkg
@@ -19,11 +18,4 @@
\
-
-
-
- True
- \
-
-
\ No newline at end of file
diff --git a/src/TokenSchedule.FluentValidation/README.md b/src/TokenSchedule.FluentValidation/README.md
index c6db01b..b40984a 100644
--- a/src/TokenSchedule.FluentValidation/README.md
+++ b/src/TokenSchedule.FluentValidation/README.md
@@ -94,3 +94,7 @@ class Program
2. **Create a list of schedule items** that you want to validate.
3. **Use the `ScheduleValidator`** to validate the entire collection.
4. **Handle the validation results**, e.g. by displaying errors or by throwing exceptions.
+
+## License
+
+This project is licensed under the MIT License - see the LICENSE file for details.
\ No newline at end of file
diff --git a/src/TokenSchedule.FluentValidation/TokenSchedule.FluentValidation.csproj b/src/TokenSchedule.FluentValidation/TokenSchedule.FluentValidation.csproj
index 8c72b6d..79dd2ba 100644
--- a/src/TokenSchedule.FluentValidation/TokenSchedule.FluentValidation.csproj
+++ b/src/TokenSchedule.FluentValidation/TokenSchedule.FluentValidation.csproj
@@ -5,10 +5,18 @@
enable
TokenSchedule.FluentValidation
TokenSchedule.FluentValidation
+ README.md
+
+
+ True
+ \
+
+
+
diff --git a/src/TokenSchedule/README.md b/src/TokenSchedule/README.md
deleted file mode 100644
index 1c18b27..0000000
--- a/src/TokenSchedule/README.md
+++ /dev/null
@@ -1,2 +0,0 @@
-# TokenSchedule
-
diff --git a/src/TokenSchedule/TokenSchedule.csproj b/src/TokenSchedule/TokenSchedule.csproj
index 820d5a1..2e4a6bb 100644
--- a/src/TokenSchedule/TokenSchedule.csproj
+++ b/src/TokenSchedule/TokenSchedule.csproj
@@ -4,7 +4,14 @@
netstandard2.1
TokenSchedule
TokenSchedule
+ README.md
+
+
+ True
+ \
+
+