diff --git a/README.md b/README.md index 7ba988e..29b530b 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ## Description -A PowerShell tool which will synchronize your cursor accent color and theme with the Windows ones. Uses paid version of +A PowerShell tool which will synchronize your cursor accent color and theme with Windows. Uses paid version of [Windows 11 Cursors Concept v2 pack](https://www.deviantart.com/jepricreations/art/Windows-11-Cursors-Concept-v2-886489356). #### Best match with @@ -24,7 +24,6 @@ A PowerShell tool which will synchronize your cursor accent color and theme with Run PowerShell as Administrator, paste these commands and press Enter ```powershell -[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 iwr 'https://raw.githubusercontent.com/SunsetTechuila/Cursor-Colors-Synchronizer/master/Installer.ps1' -useb | iex ``` @@ -37,13 +36,11 @@ Just read the installer prompts and choose what you want. Run PowerShell as Administrator, paste these commands and press Enter ```powershell -[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 iwr 'https://raw.githubusercontent.com/SunsetTechuila/Cursor-Colors-Synchronizer/master/Uninstaller.ps1' -useb | iex ``` ## Requirements -- Windows 7 or higher - PowerShell 5.1 or higher ## Credits @@ -52,6 +49,6 @@ iwr 'https://raw.githubusercontent.com/SunsetTechuila/Cursor-Colors-Synchronizer ## Legal -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. +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. You can use my code for any purposes.