Skip to content

Commit b9d55da

Browse files
updated broken images links in README.md
1 parent 1ef9fb9 commit b9d55da

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
![PSGallery Version](https://img.shields.io/powershellgallery/v/PSScripttools.png?style=for-the-badge&logo=powershell&label=PowerShell%20Gallery)![PSGallery Downloads](https://img.shields.io/powershellgallery/dt/PSScripttools.png?style=for-the-badge&label=Downloads)
44

5-
## PowerShellGet v3 Beta :spider:
5+
## PowerShellGet v3 Beta :spider
6+
67
There is a bug with the new cmdlets in the PowerShellGet v3 beta module and this module. You cannot use the beta cmdlets to install or update this module. Use `Install-Module` or `Update-Module` from the current stable release of PowerShellGet.
78

89
## Abstract
@@ -1563,7 +1564,7 @@ PS C:\> Add-Border $env:computername
15631564

15641565
Starting in v2.23.0 you can also use ANSI escape sequences to color the text and/or the border.
15651566

1566-
![ansi border](images/Add-Border-ansi.png)
1567+
![ansi border](images/add-border-ansi.png)
15671568

15681569
```powershell
15691570
$params =@{
@@ -1575,7 +1576,7 @@ $params =@{
15751576
Add-Border @params
15761577
```
15771578

1578-
![ansi diamond border](images/Add-Border-ansi3.png)
1579+
![ansi diamond border](images/add-border-ansi3.png)
15791580

15801581
### [Show-Tree](docs/Show-Tree.md)
15811582

@@ -2245,7 +2246,7 @@ This will display the service status color-coded.
22452246

22462247
![ServiceAnsi](images/serviceansi.png)
22472248

2248-
__ANSI formatting will only work in a PowerShell 5.1 console window or VS Code. It will not display properly in the PowerShell ISE, or older versions of PowerShell.__
2249+
**ANSI formatting will only work in a PowerShell 5.1 console window or VS Code. It will not display properly in the PowerShell ISE, or older versions of PowerShell.**
22492250

22502251
### PSAnsiMap
22512252

@@ -2411,7 +2412,6 @@ $sb = {
24112412

24122413
![Write-ANSIProgress script](images/write-ansprogress-3.png)
24132414

2414-
24152415
### [Show-ANSISequence](docs/Show-ANSISequence.md)
24162416

24172417
You can use `Show-ANSISequence` to preview how it will look in your PowerShell session. You might get a difference appearance in Windows Terminal depending on the color scheme you are using.
@@ -2571,7 +2571,7 @@ This PowerShell module contains several functions you might use to enhance your
25712571
dir $pssamplepath
25722572
```
25732573

2574-
The samples provide suggestions on how you might use some of the commands in this module. The scripts are offered __AS-IS__ and are for demonstration purposes only.
2574+
The samples provide suggestions on how you might use some of the commands in this module. The scripts are offered **AS-IS** and are for demonstration purposes only.
25752575

25762576
![ProcessPercent.ps1](images/processpercent.png)
25772577

@@ -2593,4 +2593,4 @@ If you find this module useful, you might also want to look at my PowerShell too
25932593

25942594
## Compatibility
25952595

2596-
Where possible, module commands have been tested with PowerShell 7.x, but not on every platform. If you encounter problems, have suggestions, or other feedback, please post an [issue](https://github.com/jdhitsolutions/PSScriptTools/issues). It is assumed you will __not__ be running these commands on any edition of PowerShell Core, i.e PowerShell 6.x.
2596+
Where possible, module commands have been tested with PowerShell 7.x, but not on every platform. If you encounter problems, have suggestions, or other feedback, please post an [issue](https://github.com/jdhitsolutions/PSScriptTools/issues). It is assumed you will **not** be running these commands on any edition of PowerShell Core, i.e PowerShell 6.x.

0 commit comments

Comments
 (0)