From 2d97024dbe27545014d40d43df21d6912623ee12 Mon Sep 17 00:00:00 2001 From: Van Kichline Date: Fri, 8 May 2015 09:24:11 -0700 Subject: [PATCH] Update README.md There was a single lingering reference to "K command." This will become less intelligible as time goes by, so best to correct it. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8271355f6c..f6cfd1f9ff 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ You should also be able to run `dnx` and see the help text of the `dnx` command. 2. Change directory to the folder of the sample you want to run 3. Run ```dnu restore``` to restore the packages required by that sample. 4. You should see a bunch of output as all the dependencies of the app are downloaded from MyGet. -5. Run the sample using the appropriate K command: +5. Run the sample using the appropriate DNX command: - For the console app run `dnx . run`. - For the web apps run `dnx . web` on Windows or `dnx . kestrel` on OS X/Linux. 6. You should see the output of the console app or a message that says the site is now started.