Skip to content

Commit b2eeffb

Browse files
Update README.md
1 parent 10361ff commit b2eeffb

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
## Description
66

7-
A PowerShell tool which will synchronize your cursor accent color and theme with the Windows ones. Uses paid version of
7+
A PowerShell tool which will synchronize your cursor accent color and theme with Windows. Uses paid version of
88
[Windows 11 Cursors Concept v2 pack](https://www.deviantart.com/jepricreations/art/Windows-11-Cursors-Concept-v2-886489356).
99

1010
#### Best match with
@@ -24,7 +24,6 @@ A PowerShell tool which will synchronize your cursor accent color and theme with
2424
Run PowerShell as Administrator, paste these commands and press Enter
2525

2626
```powershell
27-
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
2827
iwr 'https://raw.githubusercontent.com/SunsetTechuila/Cursor-Colors-Synchronizer/master/Installer.ps1' -useb | iex
2928
```
3029

@@ -37,13 +36,11 @@ Just read the installer prompts and choose what you want.
3736
Run PowerShell as Administrator, paste these commands and press Enter
3837

3938
```powershell
40-
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
4139
iwr 'https://raw.githubusercontent.com/SunsetTechuila/Cursor-Colors-Synchronizer/master/Uninstaller.ps1' -useb | iex
4240
```
4341

4442
## Requirements
4543

46-
- Windows 7 or higher
4744
- PowerShell 5.1 or higher
4845

4946
## Credits
@@ -52,6 +49,6 @@ iwr 'https://raw.githubusercontent.com/SunsetTechuila/Cursor-Colors-Synchronizer
5249

5350
## Legal
5451

55-
I don't have a licence or permission from the author to use that pack in this way. You can buy it on [ko-fi](https://ko-fi.com/s/d9f85e6821) for personal use.
52+
I don't have a licence or permission from the author to use that pack in this way. You can buy it on [ko-fi](https://ko-fi.com/s/d9f85e6821) for your personal use.
5653

5754
You can use my code for any purposes.

0 commit comments

Comments
 (0)