Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume ZAHRA committed Jun 4, 2018
2 parents cf0d9c7 + 89ab0b8 commit 2a936fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Blazor.Polyfill
Polyfills for Blazor for Internet Explorer 11 support
Polyfills for Blazor for Internet Explorer 11 support and some fix for some other browsers, like buggy Safari with WebAssembly

# ABOUT

Expand All @@ -13,10 +13,10 @@ Tested with Blazor 3.0.x source code.

# INSTALLATION

The easiest way to install is to download the [*latest release*](https://github.com/Daddoon/Blazor.Polyfill/releases) and include the **blazor.polyfill.js** file before the blazor-boot script tag like:
The easiest way to install is to download the [*latest release*](https://github.com/Daddoon/Blazor.Polyfill/releases) and include the **blazor.polyfill.js** file before the blazor-boot script tag in your **wwwroot\index.html** file like:

```html
<script src="js/blazor.polyfill.js"></script>
<script type="text/javascript" src="blazor.polyfill.js"></script>
<script type="blazor-boot">
</script>
```
Expand Down

0 comments on commit 2a936fa

Please sign in to comment.