Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Docs/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ if ( Invoke-ProcessShellLibrary Test Present 'PowerShell Modules' )

The results can be observed using Windows Explorer:

[image2]
<img src="https://cloud.githubusercontent.com/assets/11237922/21626091/06f535d2-d1c4-11e6-9c14-293cd691996c.png" alt="windows explorer showing shell library" width="400">

### DSC Resources

Expand Down Expand Up @@ -86,7 +86,7 @@ $instructions | Invoke-ConfigStep

The results can be observed using Windows Explorer:

[image3]
<img src="https://cloud.githubusercontent.com/assets/11237922/21626097/0ec40518-d1c4-11e6-81cc-3e7ed34e6bee.png" alt="windows explorer showing shell library" width="600">

## Feedback

Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ WindowsShell is a PowerShell module for configuring the Window Shell Libraries.

Configure Windows Shell Libraries like this

[image]
<img src="https://cloud.githubusercontent.com/assets/11237922/21626090/0069d2a4-d1c4-11e6-806c-47273fe07b92.png" alt="windows explorer showing shell library" width="400">

using straightforward PowerShell commands like this

Expand All @@ -21,7 +21,7 @@ PS C:\> Invoke-ProcessShellLibrary Set Present 'PSModulePath' -IconFilePath $ico

You can find the getting started documentation [here][].

[here]: Docs/getting-started
[here]: Docs

# Roadmap

Expand Down