Skip to content

Commit

Permalink
Update comparison chart
Browse files Browse the repository at this point in the history
  • Loading branch information
praeclarum authored Feb 1, 2018
1 parent 112b24a commit 03f9ed2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down Expand Up @@ -111,8 +111,8 @@ When the user clicks or otherwise interacts with the UI, those events are sent b

<tr>
<th>How big is it?</th>
<td>50 KB</td>
<td>650 KB</td>
<td>80 KB</td>
<td>850 KB</td>
<td>1,300 KB</td>
</tr>

Expand Down Expand Up @@ -160,7 +160,7 @@ When the user clicks or otherwise interacts with the UI, those events are sent b

<tr>
<th>How do I style things?</th>
<td>CSS baby! (soon)</td>
<td>CSS baby!</td>
<td>XAML resources</td>
<td>CSS</td>
</tr>
Expand Down

0 comments on commit 03f9ed2

Please sign in to comment.