diff --git a/MS-Module/README.md b/MS-Module/README.md
index fa99639..b0c5f64 100644
--- a/MS-Module/README.md
+++ b/MS-Module/README.md
@@ -1,22 +1,22 @@
-# Microsoft Infra Automation Module
+# $${\color{green}Microsoft \space Infra \space Automation \space Module}$$
-To install this module, drop the entire 'MS-Module' folder into one of your module directories.
+To install this module, drop the entire `MS-Module` folder into one of your module directories
-The default PowerShell module paths are listed in the `$env:PSModulePath` environment variable.
+The default PowerShell module paths are listed in the `$env:PSModulePath` environment variable
To make it look better, split the paths in this manner: `$env:PSModulePath -split ';'`
-The default per-user module path is: `"$env:HOMEDRIVE$env:HOMEPATH\Documents\WindowsPowerShell\Modules"`.
+The default per-user module path is: `"$env:HOMEDRIVE$env:HOMEPATH\Documents\WindowsPowerShell\Modules"`
-The default computer-level module path is: `"$env:windir\System32\WindowsPowerShell\v1.0\Modules"`.
+The default computer-level module path is: `"$env:windir\System32\WindowsPowerShell\v1.0\Modules"`
-To use the module, type following command: `Import-Module MS-Module -Force -Verbose`.
+To use the module, type following command: `Import-Module MS-Module -Force -Verbose`
-To get the module version type following command: `Get-Module -ListAvailable |? {$_.Name -eq 'MS-Module'}`.
+To get the module version type following command: `Get-Module -ListAvailable |? {$_.Name -eq 'MS-Module'}`
-To see the commands imported, type `Get-Command -Module MS-Module`.
+To see the commands imported, type `Get-Command -Module MS-Module`
-For help on each individual cmdlet or function, run `Get-Help CmdletName -Full [-Online][-Examples]`.
+For help on each individual cmdlet or function, run `Get-Help CmdletName -Full [-Online][-Examples]`
|No|Cmdlet|Description|
|----|----|----|
diff --git a/README.md b/README.md
index d36dcef..5c95f23 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
-# PowerShell Repo
+# $${\color{blue}PowerShell \space Repo}$$
-### SCRIPTS
+### $${\color{green}SCRIPTS}$$
|No|Script|Description|
|----|----|----|
@@ -8,7 +8,7 @@
|2|[Get-MOTD.ps1](https://github.com/rgel/PowerShell/blob/master/Get-MOTD.ps1)|[Edited](https://ps1code.com/2016/07/16/percentage-bar-powershell) version of `Get-MOTD` function written by Michal Millar|
##
-### MODULES
+### $${\color{green}MODULES}$$
|No|Module|Description|
|----|----|----|