Skip to content

Commit 2d97024

Browse files
committed
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.
1 parent 69ad723 commit 2d97024

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ You should also be able to run `dnx` and see the help text of the `dnx` command.
7474
2. Change directory to the folder of the sample you want to run
7575
3. Run ```dnu restore``` to restore the packages required by that sample.
7676
4. You should see a bunch of output as all the dependencies of the app are downloaded from MyGet.
77-
5. Run the sample using the appropriate K command:
77+
5. Run the sample using the appropriate DNX command:
7878
- For the console app run `dnx . run`.
7979
- For the web apps run `dnx . web` on Windows or `dnx . kestrel` on OS X/Linux.
8080
6. You should see the output of the console app or a message that says the site is now started.

0 commit comments

Comments
 (0)