From 27ffb0811ca761741502feaefdb591aebf592193 Mon Sep 17 00:00:00 2001 From: Steven White Date: Fri, 19 Mar 2021 16:45:08 -0700 Subject: [PATCH] Fixing, since the other way doesn't work for GitHhub markup --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index e8ca0a05..3f880411 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,7 @@ This repo contains samples that demonstrate the API used in Windows classic desktop applications. -> [!NOTE] -> You can use Microsoft Visual Studio to search the entire set of source code here to see whether the usage of a particular Windows API is being demonstrated. Clone this repo (or download the ZIP) to your local file system. Then **Find in Files** in Visual Studio, set **Look in** to the folder you cloned or downloaded into, and search for an API name. You can install [Visual Studio](https://visualstudio.microsoft.com/downloads/) without expense. A Community edition is available—it's free for students, open-source contributors, and individuals. +**Note**. You can use Microsoft Visual Studio to search the entire set of source code here to see whether the usage of a particular Windows API is being demonstrated. Clone this repo (or download the ZIP) to your local file system. Then **Find in Files** in Visual Studio, set **Look in** to the folder you cloned or downloaded into, and search for an API name. You can install [Visual Studio](https://visualstudio.microsoft.com/downloads/) without expense. A Community edition is available—it's free for students, open-source contributors, and individuals. These samples demonstrate the functionality and programming model for Windows and Windows Server.