From 03f9ed2d91e589ffb34e59f4277c7c87fc6003c0 Mon Sep 17 00:00:00 2001 From: "Frank A. Krueger" Date: Thu, 1 Feb 2018 14:17:29 -0800 Subject: [PATCH] Update comparison chart --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 306c7ad..467f7f8 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ msbuild dotnet run --project Samples/Samples.csproj --no-build ``` -There is currently an issue with Xamarin.Forms and building from the dotnet cli, so for now we use the msbuild command and then set the --no-build flag on dotnet run but this will eventually change when the issue is resolved. +*(There is currently an issue with Xamarin.Forms and building from the dotnet cli, so for now we use the msbuild command and then set the --no-build flag on dotnet run but this will eventually change when the issue is resolved.)* This will open the default starting page for the Samples. Now point your browser at [http://localhost:8080/shared-button](http://localhost:8080/shared-button) @@ -111,8 +111,8 @@ When the user clicks or otherwise interacts with the UI, those events are sent b How big is it? -50 KB -650 KB +80 KB +850 KB 1,300 KB @@ -160,7 +160,7 @@ When the user clicks or otherwise interacts with the UI, those events are sent b How do I style things? -CSS baby! (soon) +CSS baby! XAML resources CSS