Skip to content

Commit

Permalink
Improved readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarafian committed Aug 7, 2017
1 parent 13aa833 commit c18288a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ The enhancement works by placing a global implementation of the respected cmdlet

# Demo

## Default PowerShell output

To demonstrate let's first create a sample function or script

```powershell
Expand Down Expand Up @@ -57,6 +59,8 @@ Test-MyXWrite

![PowerShell normal](Images/PS-Normal.png)

## XWrite enhanced output

```powershell
# Install the module
Install-Module -Name XWrite -Scope CurrentUser -Force
Expand All @@ -70,6 +74,8 @@ Test-MyXWrite

![XWriteEnabled](Images/XWrite-Enabled.png)

## XWrite advanced enhanced output

```powershell
# Enable XWrite advanced output enhancement
Enable-XWrite -ForAll -Caller -Date -Time
Expand All @@ -89,7 +95,7 @@ There might be potential issues with type casting for the `Write-Host` and `Writ
- Enable-XWrite
- Disable-XWrite

# Examples
# Code examples

## Showcase script

Expand Down

0 comments on commit c18288a

Please sign in to comment.