diff --git a/Plugins/SubSolution.VisualStudio16/overview.md b/Plugins/SubSolution.VisualStudio16/overview.md
index 0c4d821..356243e 100644
--- a/Plugins/SubSolution.VisualStudio16/overview.md
+++ b/Plugins/SubSolution.VisualStudio16/overview.md
@@ -1,12 +1,6 @@
-# SubSolution extension
+# SubSolution
-- Create/open the .subsln file associated to the current solution from the Solution Explorer context menu.
-- When saving .subsln files, a preview of the resulting solution is shown so you can decide if you want to applied it or not.
-- Visual Studio automatically check if the solution is up-to-date at solution opening.
-
-# SubSolution configuration files
-
-SubSolution use a XML file format with extension `.subsln` to describe the content of Visual Studio solutions in a more user-friendly syntax than .sln format.
+SubSolution use XML files with the extension `.subsln` to describe the content of Visual Studio solutions in a user-friendly syntax.
```xml
@@ -22,4 +16,17 @@ SubSolution use a XML file format with extension `.subsln` to describe the conte
```
-More details on our [GitHub page](https://github.com/ReMinoer/SubSolution).
\ No newline at end of file
+The Visual Studio extension includes the following features:
+
+- You can create/open the .subsln file associated to the current solution from the Solution Explorer context menu.
+
+ ![Command](https://raw.githubusercontent.com/ReMinoer/SubSolution/master/Images/vs_command.png)
+
+- When saving a .subsln file, you can see a preview of the updated solution and decide if you want to modify the solution or not.
+
+ ![Save](https://raw.githubusercontent.com/ReMinoer/SubSolution/master/Images/vs_save.png)
+
+- When opening a solution with an associated .subsln file, it automatically checks if your solution is up-to-date.
+
+ ![Load](https://raw.githubusercontent.com/ReMinoer/SubSolution/master/Images/vs_load.png)
+
diff --git a/Plugins/SubSolution.VisualStudio17/overview.md b/Plugins/SubSolution.VisualStudio17/overview.md
index 0c4d821..356243e 100644
--- a/Plugins/SubSolution.VisualStudio17/overview.md
+++ b/Plugins/SubSolution.VisualStudio17/overview.md
@@ -1,12 +1,6 @@
-# SubSolution extension
+# SubSolution
-- Create/open the .subsln file associated to the current solution from the Solution Explorer context menu.
-- When saving .subsln files, a preview of the resulting solution is shown so you can decide if you want to applied it or not.
-- Visual Studio automatically check if the solution is up-to-date at solution opening.
-
-# SubSolution configuration files
-
-SubSolution use a XML file format with extension `.subsln` to describe the content of Visual Studio solutions in a more user-friendly syntax than .sln format.
+SubSolution use XML files with the extension `.subsln` to describe the content of Visual Studio solutions in a user-friendly syntax.
```xml
@@ -22,4 +16,17 @@ SubSolution use a XML file format with extension `.subsln` to describe the conte
```
-More details on our [GitHub page](https://github.com/ReMinoer/SubSolution).
\ No newline at end of file
+The Visual Studio extension includes the following features:
+
+- You can create/open the .subsln file associated to the current solution from the Solution Explorer context menu.
+
+ ![Command](https://raw.githubusercontent.com/ReMinoer/SubSolution/master/Images/vs_command.png)
+
+- When saving a .subsln file, you can see a preview of the updated solution and decide if you want to modify the solution or not.
+
+ ![Save](https://raw.githubusercontent.com/ReMinoer/SubSolution/master/Images/vs_save.png)
+
+- When opening a solution with an associated .subsln file, it automatically checks if your solution is up-to-date.
+
+ ![Load](https://raw.githubusercontent.com/ReMinoer/SubSolution/master/Images/vs_load.png)
+
diff --git a/README.md b/README.md
index 9fe9857..be1f7e7 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,7 @@ It includes various tools:
# Configuration files: `.subsln`
-SubSolution introduce a XML file format using extension `.subsln` to describe the content of Visual Studio solutions with a more user-friendly syntax than .sln format. You can generate a solution from it or update an existing one.
+SubSolution use XML files with the extension `.subsln` to describe the content of Visual Studio solutions in a user-friendly syntax.
```xml
@@ -80,7 +80,7 @@ The Visual Studio extension includes the following features:
![Save](Images/vs_save.png)
-- When opening a solution, it automatically check if you solution is up-to-date.
+- When opening a solution, it automatically checks if your solution is up-to-date.
![Load](Images/vs_load.png)