diff --git a/aspnet/tutorials/your-first-mac-aspnet.rst b/aspnet/tutorials/your-first-mac-aspnet.rst index 08a1fe8e95..2befcd0e0a 100644 --- a/aspnet/tutorials/your-first-mac-aspnet.rst +++ b/aspnet/tutorials/your-first-mac-aspnet.rst @@ -122,7 +122,7 @@ The sample we're using is configured to use Kestrel as its web server. You can s // more deleted } -Run the ``dnx kestrel`` command to launch the web application locally: +Run the ``dnx . kestrel`` command to launch the web application locally: .. image:: your-first-mac-aspnet/_static/dnx-kestrel.png