summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Documentation/workflow/UsingYourBuild.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/workflow/UsingYourBuild.md b/Documentation/workflow/UsingYourBuild.md
index 4dba44e608..88afe22f9d 100644
--- a/Documentation/workflow/UsingYourBuild.md
+++ b/Documentation/workflow/UsingYourBuild.md
@@ -138,7 +138,7 @@ Hello World from Core 4.6.26210.0 @BuiltBy: adsitnik-MININT-O513E3V @SrcCode: ht
The location is C:\coreclr\helloWorld\bin\Debug\netcoreapp2.1\win-x64\publish\System.Private.CoreLib.dll
```
-## Using CoreRun to run your .NET Core Application
+## Using DotNetCli to run your .NET Core Application
If you don't like the idea of copying files manually you can follow [this instructions](UsingDotNetCli.md) to use dotnet cli to do this for you.
However the steps described here are the simplest and most commonly used by CoreCLR developers for ad-hoc testing.