Skip to content

Commit 9d9771c

Browse files
committed
2 parents 0bd7736 + c568d17 commit 9d9771c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Windows (64bit) Explorer Shell Extensions for SVG files<br>
44
Preview Handler and Thumbnail Provider<br><br>
55

6-
SvgShellExtensions.dll has been compiled using Delphi Version 10.4 Community Edition.<br>
6+
SvgShellExtensions.dll has been compiled using Delphi Version 12 Community Edition.<br>
77
https://www.embarcadero.com/products/delphi/starter/free-download
88
<br><br>
99

@@ -18,8 +18,8 @@ Install:
1818
----------
1919

2020
1. Right click Windows' Start Button<br>
21-
2. Select Windows PowerShell (Admin)<br>
22-
In Windows PowerShell ...<br>
21+
2. Select Terminal (Admin)<br>
22+
In Terminal ...<br>
2323
**cd** path_to_SvgShellExtensions<br>
2424
**regsvr32** SvgShellExtensions.dll<br>
2525
exit<br><br>
@@ -29,8 +29,8 @@ Uninstall:
2929
----------
3030

3131
1. Right click Windows' Start Button<br>
32-
2. Select Windows PowerShell (Admin)<br>
33-
In Windows PowerShell ...<br>
32+
2. Select Terminal (Admin)<br>
33+
In Terminal ...<br>
3434
**cd** path_to_SvgShellExtensions<br>
3535
**regsvr32 /u** SvgShellExtensions.dll<br>
3636
exit<br><br>

0 commit comments

Comments
 (0)