minor readme fix (#494)

This commit is contained in:
沈嘉欢 2019-05-08 02:51:41 +08:00 committed by Mike Griese
parent 5948b95cd8
commit e6767acf46

View File

@ -5,7 +5,7 @@ This is a very simple sample application that illustrates how to use the new Win
1. Creating an input and an output pipe
1. Calling `CreatePseudoConsole()` to create a ConPTY instance attached to the other end of the pipes
1. Spawning an instance of `ping.exe` connected to the ConPTY
1. Running a thread that listens for output from ping.exe, writing received text to the Console
1. Running a thread that listens for output from `ping.exe`, writing received text to the Console
# Pre-Requirements
To build and run this sample, you must install: