From 1ee13e2ace0565a3cbcb6338fad47c18d8f6e56a Mon Sep 17 00:00:00 2001 From: levlam Date: Mon, 19 Mar 2018 22:28:41 +0300 Subject: [PATCH] Fix misprint. GitOrigin-RevId: 00ee92d452a1133327d831fc586fe4fa2cb4895f --- example/uwp/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/uwp/README.md b/example/uwp/README.md index f3a7cde3..e7bb9b82 100644 --- a/example/uwp/README.md +++ b/example/uwp/README.md @@ -19,7 +19,7 @@ C:\src\vcpkg> .\vcpkg.exe install openssl:arm-uwp openssl:x64-uwp openssl:x86-uw ``` powershell -ExecutionPolicy ByPass .\build.ps1 -vcpkg_root C:\src\vcpkg ``` -If you need to restart the build from scratch, call `.\build.ps -mode clean` first. +If you need to restart the build from scratch, call `.\build.ps1 -mode clean` first. * Install Visual Studio Extension "TDLib for Universal Windows Platform" located at `build-uwp\vsix\tdlib.vsix`, which was created on the previous step by `build.ps1` script. Now `TDLib` can be freely used from any UWP project, built in Visual Studio.