From ba1e8d655a01e395442cf64d6ee06fc7765be101 Mon Sep 17 00:00:00 2001 From: Scott Harwell Date: Wed, 29 Apr 2015 17:33:31 -0400 Subject: [PATCH] Update get-dotnetcore-dnx-linux.md Correct typo in `dnvm list` command. --- Documentation/get-dotnetcore-dnx-linux.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/get-dotnetcore-dnx-linux.md b/Documentation/get-dotnetcore-dnx-linux.md index 9c60c34..85a17c7 100644 --- a/Documentation/get-dotnetcore-dnx-linux.md +++ b/Documentation/get-dotnetcore-dnx-linux.md @@ -63,7 +63,7 @@ Next, acquire the .NET Core DNX SDK. You can see the currently installed DNX versions with `dnvm list`. - dvnm list + dnvm list ``` Active Version Runtime Arch Location Alias @@ -124,4 +124,4 @@ You can run your app with .NET Core, although make sure to switch to that DNX. dnx . run Hello, Linux - Love from CoreCLR. \ No newline at end of file + Love from CoreCLR. -- 2.7.4