From b5494f92b5a59672b5babc2dbb2a97208c5dafdc Mon Sep 17 00:00:00 2001 From: CESARDELATORRE Date: Fri, 6 Jan 2017 12:20:43 -0800 Subject: [PATCH] Update README.MD about cross-platform support --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f5f21920c..984d82caf 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # eShopOnContainers - Microservices Architecture and Containers based Reference Application (**ALPHA state**) -Sample .NET Core reference application, powered by Microsoft, based on a simplified microservices architecture and Docker containers. It is cross-platform thanks to .NET Core services capable of running on Linux or Windows containers depending on your Docker host. +Sample .NET Core reference application, powered by Microsoft, based on a simplified microservices architecture and Docker containers.

It is cross-platform either in the server and client side, thanks to .NET Core services capable of running on Linux or Windows containers depending on your Docker host, and to Xamarin for mobile apps running on Android, iOS or Windows/UWP plus any browser for the client web apps.