diff --git a/Samples/MemoryStatus/README.md b/Samples/MemoryStatus/README.md index 89071f7..411aa18 100644 --- a/Samples/MemoryStatus/README.md +++ b/Samples/MemoryStatus/README.md @@ -14,9 +14,9 @@ This sample is intended to show how to create a console application that can be ### Usage -1. Download this sample -2. Download the [Windows 10 IoT Core Project Templates for Visual Studio](https://marketplace.visualstudio.com/items?itemName=MicrosoftIoT.WindowsIoTCoreProjectTemplatesforVS15) -3. Open the project in Visual Studio +1. Download this sample. +2. Download the [Windows 10 IoT Core Project Templates for Visual Studio](https://marketplace.visualstudio.com/items?itemName=MicrosoftIoT.WindowsIoTCoreProjectTemplatesforVS15). +3. Open the project in Visual Studio. ### To create you own project * Create a new project (File | New Project...). In the 'New Project' dialog, navigate to 'Windows IoT Core' as shown below (in the left pane in the dialog: Templates | Visual C++ | Windows | Windows IoT Core). @@ -199,9 +199,3 @@ From the Configuration Manager, ensure that the Deploy checkbox is selected for * Once you are done debugging Console Applications, remember to stop the remote debugger on the Windows IoT Core device. You can do this by navigating to Debug settings section of Windows Device Portal and clicking on the Stop Remote Debugger button. ![Stop remote debugger](../../Resources/images/MemoryStatus/device_portal_stop_debugger.png) - -## Additional resources -* [Windows 10 IoT Core home page](https://developer.microsoft.com/en-us/windows/iot/) -* [Documentation for all samples](https://developer.microsoft.com/en-us/windows/iot/samples) - -This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.