Skip to content

Commit 7068219

Browse files
committed
Update to use dnx kestrel for web apps
1 parent 5eeeb07 commit 7068219

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
@@ -69,7 +69,7 @@ You should also be able to run `dnx` and see the help text of the `dnx` command.
6969
4. You should see a bunch of output as all the dependencies of the app are downloaded from MyGet.
7070
5. Run the sample using the appropriate DNX command:
7171
- For the console app run `dnx run`.
72-
- For the web apps run `dnx web` on Windows or `dnx kestrel` on OS X/Linux.
72+
- For the web apps run `dnx kestrel`.
7373
6. You should see the output of the console app or a message that says the site is now started.
7474
7. You can navigate to the web apps in a browser by navigating to `http://localhost:5001` or `http://localhost:5004` if running on OS X/Linux.
7575

0 commit comments

Comments
 (0)