summaryrefslogtreecommitdiff
path: root/Documentation/workflow/UsingCoreRun.md
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/workflow/UsingCoreRun.md')
-rw-r--r--Documentation/workflow/UsingCoreRun.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/workflow/UsingCoreRun.md b/Documentation/workflow/UsingCoreRun.md
index 8e10bb5302..4a37a7df00 100644
--- a/Documentation/workflow/UsingCoreRun.md
+++ b/Documentation/workflow/UsingCoreRun.md
@@ -19,7 +19,7 @@ It does this by looking at two environment variables.
* `CORE_ROOT` - The directory where to find the runtime DLLs itself (e.g. CoreCLR.dll).
Defaults to be next to the corerun.exe host itself.
- * `CORE_LIBRARIES` - A Semicolon separated list of directories to look for DLLS to resolve any assembly references.
+ * `CORE_LIBRARIES` - A directory to look for DLLS to resolve any assembly references.
It defaults CORE_ROOT if it is not specified.
These simple rules can be used in a number of ways