Update get-dotnetcore-dnx-linux.md
authorScott Harwell <scott@harwell.me>
Wed, 29 Apr 2015 21:33:31 +0000 (17:33 -0400)
committerScott Harwell <scott@harwell.me>
Wed, 29 Apr 2015 21:33:31 +0000 (17:33 -0400)
Correct typo in `dnvm list` command.

Documentation/get-dotnetcore-dnx-linux.md

index 9c60c34..85a17c7 100644 (file)
@@ -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.