From 492bfd498227d0e7809dc1e588e337080d89268c Mon Sep 17 00:00:00 2001 From: Daniel Roth Date: Tue, 20 Mar 2018 07:41:56 -0700 Subject: [PATCH] Add back older browser support statement --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f634b48260..52849028fe 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Blazor is a .NET web framework that runs in any browser. You author Blazor apps using C#/Razor and HTML. -Blazor uses only the latest web standards. No plugins or transpilation needed. It runs in the browser on a real .NET runtime ([Mono](http://www.mono-project.com/news/2017/08/09/hello-webassembly/)) implemented in [WebAssembly](http://webassembly.org) that executes normal .NET assemblies. +Blazor uses only the latest web standards. No plugins or transpilation needed. It runs in the browser on a real .NET runtime ([Mono](http://www.mono-project.com/news/2017/08/09/hello-webassembly/)) implemented in [WebAssembly](http://webassembly.org) that executes normal .NET assemblies. It works in older browsers too by falling back to an [asm.js](http://asmjs.org/) based .NET runtime. Blazor will have all the features of a modern web framework, including: - A component model for building composable UI