From c977adc4385b0ab4d20c63880c40ffec05643cfd Mon Sep 17 00:00:00 2001 From: Steven White Date: Fri, 19 Mar 2021 16:44:06 -0700 Subject: [PATCH] Formatting note correctly? --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3f880411..e8ca0a05 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,8 @@ 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.