diff options
author | Dan Moseley <danmose@microsoft.com> | 2016-10-27 16:45:57 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-27 16:45:57 -0700 |
commit | cecc33e198ea3089e6fd1593208073cfd6e4430c (patch) | |
tree | 7d923f74edc0034ae04c23ad6cfafef321fd9e31 /Documentation | |
parent | 7250e6f6630839b09d54f2f71d858b33c018ae8b (diff) | |
download | coreclr-cecc33e198ea3089e6fd1593208073cfd6e4430c.tar.gz coreclr-cecc33e198ea3089e6fd1593208073cfd6e4430c.tar.bz2 coreclr-cecc33e198ea3089e6fd1593208073cfd6e4430c.zip |
fix typo
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/workflow/OfficalAndDailyBuilds.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/workflow/OfficalAndDailyBuilds.md b/Documentation/workflow/OfficalAndDailyBuilds.md index f73a32a31a..5a36af6f46 100644 --- a/Documentation/workflow/OfficalAndDailyBuilds.md +++ b/Documentation/workflow/OfficalAndDailyBuilds.md @@ -15,7 +15,7 @@ repositories. You can see what is available from * <https://dotnet.myget.org/gallery/dotnet-core>, and in particular you can see the builds of CoreCLR at * <https://dotnet.myget.org/feed/dotnet-core/package/nuget/Microsoft.NETCore.Runtime.CoreCLR>. -Thus if your goal is just to get the latest bug fixes and features, you don't need to build CoreC*LR yourself you +Thus if your goal is just to get the latest bug fixes and features, you don't need to build CoreCLR yourself you can simply add <https://dotnet.myget.org/F/dotnet-core/api/v3/index.json> to your Nuget Feed list. ## Package Version Numbers |