Skip to content

Commit ef266f0

Browse files
authored
Merge pull request #2 from alx9r/1-add-screen-captures
add screen capture images
2 parents f9572e2 + c412ec5 commit ef266f0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Docs/readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ if ( Invoke-ProcessShellLibrary Test Present 'PowerShell Modules' )
5353

5454
The results can be observed using Windows Explorer:
5555

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

5858
### DSC Resources
5959

@@ -86,7 +86,7 @@ $instructions | Invoke-ConfigStep
8686

8787
The results can be observed using Windows Explorer:
8888

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

9191
## Feedback
9292

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ WindowsShell is a PowerShell module for configuring the Window Shell Libraries.
88

99
Configure Windows Shell Libraries like this
1010

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

1313
using straightforward PowerShell commands like this
1414

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

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

24-
[here]: Docs/getting-started
24+
[here]: Docs
2525

2626
# Roadmap
2727

0 commit comments

Comments
 (0)