From 0ca8ece0914372c017f1d4938be0dd1f5aa617dd Mon Sep 17 00:00:00 2001 From: Dmitry Nefedov Date: Tue, 12 Jan 2021 17:10:25 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 693d39a4..ea6f4c3a 100644 --- a/README.md +++ b/README.md @@ -152,7 +152,7 @@ To run the script: * Download [up-to-date version](https://github.com/farag2/Windows-10-Sophia-Script/releases/latest); * Expand the archive; * Open folder with the expanded archive; -* Look through the ```.\Sophia.ps1``` file to configure functions that you want to be ran; +* Look through the ```Sophia.ps1``` file to configure functions that you want to be ran; * Comment out function with the ```#``` char if you don't want it to be ran; * Uncomment function by removing the ```#``` char if you want it to be ran. * Click "File" in File Explorer, hover over "Open Windows PowerShell", and select "Open Windows PowerShell as Administrator" [(how-to with screenshots)](https://www.howtogeek.com/662611/9-ways-to-open-powershell-in-windows-10/);