From d3b9689fbc6d449a2d8a52649fd80c89c539a027 Mon Sep 17 00:00:00 2001 From: Kiran Challa Date: Mon, 5 Jun 2017 16:10:22 -0700 Subject: [PATCH] Fixed typo in Readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 899aeb3..cbedbd9 100644 --- a/README.md +++ b/README.md @@ -20,4 +20,4 @@ This serves as a canary test for the scripts but may not exercise all areas of K This defaults to using as the canary. ## Replaying MSBuild binary log file to a text file -`dotnet msbuild .\msbuild.binlog /noconlog /flp:verbosity=diag`;logfile=diagnostic.log /noautoresponse` +dotnet msbuild .\msbuild.binlog /noconlog /flp:verbosity=diag`;logfile=diagnostic.log /noautoresponse