diff --git a/README.md b/README.md
index 06af133..fab5820 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,8 @@
# net-base
-Base docker image that allows you to deploy .NET APIs with ease.
-Microsoft makes some images available to deploy .NET applications in Docker.
-However in order to use them succesfully, some additional work is needed.
+Base docker image that allows you to deploy .NET APIs with ease.
+Microsoft makes some images available to deploy .NET applications in Docker.
+However in order to use them succesfully, some additional work is needed.
This image intends to make this much easier.
This image is based on the *mcr.microsoft.com/dotnet/aspnet* image, but includes these tweaks.