Skip to content

Fix minor typo in 'Commands with Ease' section #22

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 22, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/runtimes/ASPnet5.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ To execute these commands you could run them from the terminal, but a faster way

In this walkthrough we want to run the website, so the command we want to run is `dnx: kestrel`. VS Code understands the configured DNX runtime and will open a console window, and execute the command in there.

Open you favorite browser and browse to `http://localhost:5000` to browse the site we created.
Open your favorite browser and browse to `http://localhost:5000` to browse the site we created.

Note: command execution from the Command Palette doesn’t work yet on Linux. To run commands manually on Linux, start a console and type: ```dnx <command_name>```.

Expand Down