From 1b4de91104c0ecdd6dc1dcb9f738420c3ddb91ee Mon Sep 17 00:00:00 2001 From: Baris Caglar Date: Mon, 8 Jan 2018 13:36:05 -0800 Subject: [PATCH] Update README.md limited to -> not limited to --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f081c45..20882d8 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ You will see an output similar to this: You can connect the running container using the IP address and configured port, `http://172.28.103.186:8000` in the example shown. -In addition to static content, IIS can run other workloads including, but limited to ASP.NET, ASP.NET Core, NodeJS, PHP, and Apache Tomcat. +In addition to static content, IIS can run other workloads including, but not limited to ASP.NET, ASP.NET Core, NodeJS, PHP, and Apache Tomcat. For a comprehensive tutorial on running an ASP.NET app in a container, check out [the tutorial on the docs site](https://docs.microsoft.com/en-us/dotnet/articles/framework/docker/aspnetmvc).